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

@ -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.