From 2cb26d0787b41ae1dc7607ef11ac11047491d7dc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 6 Mar 2012 20:21:57 +0000 Subject: Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/usbterm/usbterm_main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/examples') diff --git a/apps/examples/usbterm/usbterm_main.c b/apps/examples/usbterm/usbterm_main.c index b1b6dc34a..6e8e68412 100644 --- a/apps/examples/usbterm/usbterm_main.c +++ b/apps/examples/usbterm/usbterm_main.c @@ -59,6 +59,10 @@ # include #endif +#ifdef CONFIG_CDCACM +# include +#endif + #include "usbterm.h" /**************************************************************************** -- cgit v1.2.3