Merged in lukegluke/apps (pull request #91)

fix copy-paste typo in nsh_usbconsole.c

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Oleg Evseev 2017-06-19 15:29:09 +00:00 committed by Gregory Nutt
commit f13d4125a4

View File

@ -52,7 +52,7 @@
# include <nuttx/usb/cdcacm.h>
#endif
#ifdef CONFIG_CDCACM
#ifdef CONFIG_PL2303
# include <nuttx/usb/pl2303.h>
#endif