Missing escape character on CR of CR-LF expansion.
This commit is contained in:
parent
935e49f5bb
commit
6337fadd8c
@ -1268,7 +1268,7 @@ int up_putc(int ch)
|
|||||||
/* Add CR */
|
/* Add CR */
|
||||||
|
|
||||||
while(!esp32_txready(&CONSOLE_DEV));
|
while(!esp32_txready(&CONSOLE_DEV));
|
||||||
esp32_send(&CONSOLE_DEV, 'r');
|
esp32_send(&CONSOLE_DEV, '\r');
|
||||||
}
|
}
|
||||||
|
|
||||||
while(!esp32_txready(&CONSOLE_DEV));
|
while(!esp32_txready(&CONSOLE_DEV));
|
||||||
|
Loading…
Reference in New Issue
Block a user