The USB monitor now works with configs/stm32f4discovery/usbnsh

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-01-29 18:32:04 +00:00
parent bf21cdcb7a
commit 2a9cdbc492

View File

@@ -120,11 +120,11 @@
/* USB trace settings */ /* USB trace settings */
#ifndef CONFIG_USBDEV_TRACE # ifndef CONFIG_USBDEV_TRACE
# undef CONFIG_NSH_USBDEV_TRACE # undef CONFIG_NSH_USBDEV_TRACE
#endif # endif
#ifdef CONFIG_NSH_USBDEV_TRACE # ifdef CONFIG_NSH_USBDEV_TRACE
# ifdef CONFIG_NSH_USBDEV_TRACEINIT # ifdef CONFIG_NSH_USBDEV_TRACEINIT
# define TRACE_INIT_BITS (TRACE_INIT_BIT) # define TRACE_INIT_BITS (TRACE_INIT_BIT)
# else # else
@@ -165,8 +165,8 @@
TRACE_CLASS_BITS|TRACE_TRANSFER_BITS|\ TRACE_CLASS_BITS|TRACE_TRANSFER_BITS|\
TRACE_CONTROLLER_BITS|TRACE_INTERRUPT_BITS) TRACE_CONTROLLER_BITS|TRACE_INTERRUPT_BITS)
# endif # endif /* CONFIG_NSH_USBDEV_TRACE */
#endif #endif /* HAVE_USB_CONSOLE */
/* If Telnet is selected for the NSH console, then we must configure /* If Telnet is selected for the NSH console, then we must configure
* the resources used by the Telnet daemon and by the Telnet clients. * the resources used by the Telnet daemon and by the Telnet clients.