mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
When timeout=0 (non-blocking mode) the UART should still wait for each character to go out. Otherwise non-blocking mode with CTS enabled is useless because it can only write one character at a time. Signed-off-by: Damien George <damien@micropython.org>