mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 17:03:29 +00:00
Fix condition in conditional compilation associated with USB monitor support
This commit is contained in:
parent
0153c903e0
commit
8094dfb4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue