diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index bf5b3ee7d..f5aed7ffe 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -61,7 +61,6 @@ extern "C" { #else /* CH_USE_DEBUG */
#define chDbgInit()
-#define chDbgPuts(msg) {}
#define chDbgPanic(msg) {}
#endif /* CH_USE_DEBUG */
|