summaryrefslogtreecommitdiff
path: root/apps/examples/usbterm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 15:51:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 15:51:03 +0000
commit829c1351e2be18265cd8ea8c481eec674192a6d5 (patch)
treec51d89b3d3dd1b37d950fe698f7741197fc3a9a6 /apps/examples/usbterm
parenta4249dc0b100fe3873cdc67346616e7d96af88c0 (diff)
downloadnuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.tar.gz
nuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.tar.bz2
nuttx-829c1351e2be18265cd8ea8c481eec674192a6d5.zip
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
Diffstat (limited to 'apps/examples/usbterm')
-rw-r--r--apps/examples/usbterm/usbterm_main.c2
1 files changed, 1 insertions, 1 deletions
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))
{