summaryrefslogtreecommitdiff
path: root/apps/system/usbmonitor
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-23 18:10:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-23 18:10:02 -0600
commit838406f9a042bc6ef21bed330c03b1a2cee700a0 (patch)
tree74517a8e075f80b0de4d45c80cab877f180598bc /apps/system/usbmonitor
parent7e12770b3e30996db6660b99fd3df393aa1918de (diff)
downloadnuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.tar.gz
nuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.tar.bz2
nuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.zip
USB monitor: Fix some bad conditional compilation
Diffstat (limited to 'apps/system/usbmonitor')
-rw-r--r--apps/system/usbmonitor/usbmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/usbmonitor/usbmonitor.c b/apps/system/usbmonitor/usbmonitor.c
index 447bff57b..f223be540 100644
--- a/apps/system/usbmonitor/usbmonitor.c
+++ b/apps/system/usbmonitor/usbmonitor.c
@@ -74,7 +74,7 @@
/* USB device trace selection */
-#ifdef USBDEV_TRACE
+#ifdef CONFIG_USBDEV_TRACE
# ifdef CONFIG_SYSTEM_USBMONITOR_TRACEINIT
# define TRACE_INIT_BITS (TRACE_INIT_BIT)
# else