From 36deb792c105ce4900870abe69da77393ce7a692 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 3 Feb 2009 16:13:59 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@714 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 631882fad..71a2613eb 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -62,7 +62,7 @@ extern char *dbglastmsg; #ifdef __cplusplus extern "C" { #endif - void chDbgInit(void); + void debug_init(void); void chDbgPanic(char *msg); #ifdef __cplusplus } @@ -83,7 +83,7 @@ extern "C" { #else /* !CH_USE_DEBUG */ -#define chDbgInit() +#define debug_init() #define chDbgPanic(msg) {} #define chDbgAssert(c, m) {(void)(c);} -- cgit v1.2.3