Fix condition in conditional compilation associated with USB monitor support

This commit is contained in:
Gregory Nutt
2014-03-23 13:33:30 -06:00
parent b583c95de4
commit 7cebadd05f
+1 -1
View File
@@ -129,7 +129,7 @@
# undef CONFIG_USBDEV_TRACE
#endif
#if !defined(CONFIG_SYSTEM_USBMONITOR) && !defined(CONFIG_USBDEV_TRACE)
#if !defined(CONFIG_SYSTEM_USBMONITOR) || !defined(CONFIG_USBDEV_TRACE)
# undef HAVE_USBMONITOR
#endif