From 829c1351e2be18265cd8ea8c481eec674192a6d5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 6 Mar 2012 15:51:03 +0000 Subject: The PIC32 USB device driver is (finally) functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4457 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/usbterm/usbterm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples') diff --git a/apps/examples/usbterm/usbterm_main.c b/apps/examples/usbterm/usbterm_main.c index 170585624..b1b6dc34a 100644 --- a/apps/examples/usbterm/usbterm_main.c +++ b/apps/examples/usbterm/usbterm_main.c @@ -138,7 +138,7 @@ FAR void *usbterm_listener(FAR void *parameter) fflush(g_usbterm.outstream); } - /* Get the next line of input from the remote USB serial connection */ + /* Get the next line of input from the remote USB serial connection */ if (fgets(g_usbterm.inbuffer, CONFIG_EXAMPLES_USBTERM_BUFLEN, g_usbterm.instream)) { -- cgit v1.2.3