mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
a3badd26a0
Echoing console's input is now performed by the serial driver (https://github.com/apache/nuttx/pull/8691). In order to keep old behavior of CR being echoed by the device, it's needed to detected whenever NL is being echoed and send CR before sending it.