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) {}