Separate all CDC ACM descriptors into a separate C file

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3982 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-09-27 20:11:14 +00:00
parent 2947cdb45e
commit 21ffe35647

View File

@ -127,7 +127,7 @@ FAR void *usbterm_listener(FAR void *parameter)
{
/* Display the prompt string on the remote USB serial connection */
fputs("usbterm> ", g_usbterm.outstream);
fputs("\rusbterm> ", g_usbterm.outstream);
fflush(g_usbterm.outstream);
/* Get the next line of input from the remote USB serial connection */
@ -293,7 +293,7 @@ int MAIN_NAME(int argc, char *argv[])
/* Display the prompt string on the remote USB serial connection */
fputs("usbterm> ", g_usbterm.outstream);
fputs("\rusbterm> ", g_usbterm.outstream);
fflush(g_usbterm.outstream);
}