include/can_driver.h
changeset 341 7ff01f109bbc
parent 319 4b331759169a
child 365 9b76e0881beb
--- a/include/can_driver.h	Mon Dec 10 23:15:55 2007 +0100
+++ b/include/can_driver.h	Mon Dec 10 23:23:19 2007 +0100
@@ -49,7 +49,7 @@
 CAN_HANDLE DLL_CALL(canOpen)(s_BOARD *)FCT_PTR_INIT;
 int DLL_CALL(canClose)(CAN_HANDLE)FCT_PTR_INIT;
 
-#if defined DEBUG_WAR_CONSOLE_ON || defined DEBUG_ERR_CONSOLE_ON || defined NEED_PRINT_MESSAGE
+#if defined DEBUG_MSG_CONSOLE_ON || defined NEED_PRINT_MESSAGE
 #include "def.h"
 
 #define _P(fc) case fc: printf(#fc" ");break;