mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Missing escape character on CR of CR-LF expansion.
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user