summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-19 15:52:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-19 15:52:10 -0600
commitc57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04 (patch)
tree355af29c28f0452653d856b7269f0353b302e169 /nuttx/include
parentb5eaa2c39df581cc06885b84d7e2bda619eb80e8 (diff)
downloadpx4-nuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.tar.gz
px4-nuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.tar.bz2
px4-nuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.zip
Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable and overcurrent detection.
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/usb/usbhost_trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost_trace.h b/nuttx/include/nuttx/usb/usbhost_trace.h
index c2b3b89e5..9f359883b 100644
--- a/nuttx/include/nuttx/usb/usbhost_trace.h
+++ b/nuttx/include/nuttx/usb/usbhost_trace.h
@@ -60,9 +60,9 @@
/* Trace support is needed if either USB host tracing or USB debug output is enabled */
#if defined(CONFIG_USBHOST_TRACE) || defined(CONFIG_DEBUG_USB)
-# define HAVE_USBHOST_TRACE
+# define HAVE_USBHOST_TRACE 1
# if defined(CONFIG_USBHOST_TRACE_VERBOSE) || defined(CONFIG_DEBUG_VERBOSE)
-# define HAVE_USBHOST_TRACE_VERBOSE
+# define HAVE_USBHOST_TRACE_VERBOSE 1
# endif
#endif