mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix condition in conditional compilation associated with USB monitor support
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
# undef CONFIG_USBDEV_TRACE
|
# undef CONFIG_USBDEV_TRACE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(CONFIG_SYSTEM_USBMONITOR) && !defined(CONFIG_USBDEV_TRACE)
|
#if !defined(CONFIG_SYSTEM_USBMONITOR) || !defined(CONFIG_USBDEV_TRACE)
|
||||||
# undef HAVE_USBMONITOR
|
# undef HAVE_USBMONITOR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user