summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 01:18:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 01:18:37 +0000
commitf8c80edc454ccbce3679b0e16b1ead6f2312e9cb (patch)
treedfce448d9fe2950c18bb302bd55594a16b99efd4 /nuttx/include
parent31126f8134ee755a5f8934a2a4dc2125e8edc73f (diff)
downloadpx4-nuttx-f8c80edc454ccbce3679b0e16b1ead6f2312e9cb.tar.gz
px4-nuttx-f8c80edc454ccbce3679b0e16b1ead6f2312e9cb.tar.bz2
px4-nuttx-f8c80edc454ccbce3679b0e16b1ead6f2312e9cb.zip
Integrate USB tracing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1091 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/usbdev_trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/usbdev_trace.h b/nuttx/include/nuttx/usbdev_trace.h
index 5e68f0c03..892d6b57c 100644
--- a/nuttx/include/nuttx/usbdev_trace.h
+++ b/nuttx/include/nuttx/usbdev_trace.h
@@ -451,6 +451,7 @@ EXTERN void usbtrace(uint16 event, uint16 value);
#ifdef CONFIG_USBDEV_TRACE
EXTERN int usbtrace_enumerate(trace_callback_t callback, void *arg);
+#else
# define usbtrace_enumerate(event)
#endif