summaryrefslogtreecommitdiff
path: root/apps/examples/can/can.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/can/can.h')
-rw-r--r--apps/examples/can/can.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/examples/can/can.h b/apps/examples/can/can.h
index d9f9236f7..794a84b33 100644
--- a/apps/examples/can/can.h
+++ b/apps/examples/can/can.h
@@ -85,26 +85,6 @@
# define CONFIG_EXAMPLES_CAN_NMSGS 32
#endif
-/* Debug ********************************************************************/
-
-#ifdef CONFIG_CPP_HAVE_VARARGS
-# ifdef CONFIG_DEBUG
-# define message(...) syslog(__VA_ARGS__)
-# define msgflush()
-# else
-# define message(...) printf(__VA_ARGS__)
-# define msgflush() fflush(stdout)
-# endif
-#else
-# ifdef CONFIG_DEBUG
-# define message syslog
-# define msgflush()
-# else
-# define message printf
-# define msgflush() fflush(stdout)
-# endif
-#endif
-
/****************************************************************************
* Public Types
****************************************************************************/