summaryrefslogtreecommitdiff
path: root/apps/examples/usbterm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbterm')
-rw-r--r--apps/examples/usbterm/usbterm_main.c4
1 files changed, 2 insertions, 2 deletions
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);
}