uart_commands.c: removed stray character

This commit is contained in:
Christian Kroll 2014-10-02 01:31:20 +02:00
parent 496f6a9ced
commit edda250312
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ extern volatile unsigned char reverseMode;
char const UART_STR_NOTIMPL[] PROGMEM = "Not implemented."CR;
#endif
char const UART_STR_CLEARLINE[] PROGMEM = "\033[1`\033[J";
char const UART_STR_CLEARLINE[] PROGMEM = "\r\033[J";
char const UART_STR_BACKSPACE[] PROGMEM = "\b \b";
char const UART_STR_PROMPT[] PROGMEM = "> ";
char const UART_STR_MODE[] PROGMEM = "%d"CR;