From 85bbb5306c4d4d1083594257d443e988b90fb02d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 27 Sep 2011 20:11:14 +0000 Subject: 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 --- apps/examples/usbterm/usbterm_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/usbterm') diff --git a/apps/examples/usbterm/usbterm_main.c b/apps/examples/usbterm/usbterm_main.c index 00161d0d2..092fd7a6f 100644 --- a/apps/examples/usbterm/usbterm_main.c +++ b/apps/examples/usbterm/usbterm_main.c @@ -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); } -- cgit v1.2.3