aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-17 10:53:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-17 10:53:56 +0000
commit3787f5d2a55bb4f68059f3218b7c58d1431a6660 (patch)
tree984becc4a2c73d4cf9a90afb6eea0634a6b2db3b /src/include/debug.h
parent66d2d0a7b37318a3209a76b22ac2edafd473222a (diff)
downloadChibiOS-3787f5d2a55bb4f68059f3218b7c58d1431a6660.tar.gz
ChibiOS-3787f5d2a55bb4f68059f3218b7c58d1431a6660.tar.bz2
ChibiOS-3787f5d2a55bb4f68059f3218b7c58d1431a6660.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@294 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index f902e1ebb..245e4dced 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -76,7 +76,7 @@ extern "C" {
chDbgPanic(m); \
}
-#else /* CH_USE_DEBUG */
+#else /* !CH_USE_DEBUG */
#define chDbgInit()
#define chDbgPanic(msg) {}