summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 15:13:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 15:13:00 -0600
commitb74e55965aa195b0c4a646bfcb06e523e3651c66 (patch)
tree5838606d0010327637c0f0d20a5e03b53764899f /nuttx/configs/fire-stm32v2
parent14306ef863a31b5983c13e276837a55f9c834a2c (diff)
downloadnuttx-b74e55965aa195b0c4a646bfcb06e523e3651c66.tar.gz
nuttx-b74e55965aa195b0c4a646bfcb06e523e3651c66.tar.bz2
nuttx-b74e55965aa195b0c4a646bfcb06e523e3651c66.zip
All USB Composite-related files under nuttx/configs changed to use the corrected syslog interfaces
Diffstat (limited to 'nuttx/configs/fire-stm32v2')
-rw-r--r--nuttx/configs/fire-stm32v2/src/up_composite.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/nuttx/configs/fire-stm32v2/src/up_composite.c b/nuttx/configs/fire-stm32v2/src/up_composite.c
index 6c2bc6553..812035aad 100644
--- a/nuttx/configs/fire-stm32v2/src/up_composite.c
+++ b/nuttx/configs/fire-stm32v2/src/up_composite.c
@@ -42,7 +42,6 @@
#include <nuttx/config.h>
#include <stdio.h>
-#include <debug.h>
#include "fire-internal.h"
@@ -56,26 +55,6 @@
# define CONFIG_SYSTEM_COMPOSITE_DEVMINOR1 0
#endif
-/* Debug ********************************************************************/
-
-#ifdef CONFIG_CPP_HAVE_VARARGS
-# ifdef CONFIG_DEBUG
-# define message(...) lowsyslog(__VA_ARGS__)
-# define msgflush()
-# else
-# define message(...) printf(__VA_ARGS__)
-# define msgflush() fflush(stdout)
-# endif
-#else
-# ifdef CONFIG_DEBUG
-# define message lowsyslog
-# define msgflush()
-# else
-# define message printf
-# define msgflush() fflush(stdout)
-# endif
-#endif
-
/****************************************************************************
* Public Functions
****************************************************************************/