fix copy-paste typo in nsh_usbconsole.c

This commit is contained in:
Oleg Evseev 2017-06-19 15:05:06 +00:00
parent 7a9e931010
commit 8ee1e79d03

View File

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