Skip to content
Snippets Groups Projects
Commit 8660703a authored by patacongo's avatar patacongo
Browse files

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
parent 17fcf880
No related branches found
No related tags found
No related merge requests found
......@@ -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))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment