diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/debug.h | 2 |
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) {}
|