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
This commit is contained in:
parent
17fcf880eb
commit
8660703aa2
@ -138,7 +138,7 @@ FAR void *usbterm_listener(FAR void *parameter)
|
|||||||
fflush(g_usbterm.outstream);
|
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))
|
if (fgets(g_usbterm.inbuffer, CONFIG_EXAMPLES_USBTERM_BUFLEN, g_usbterm.instream))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user