mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Avoiding the double timeout when used with the UART class. `stream.readinto1()` returns after the first timeout. Fixes issue #17611. Signed-off-by: robert-hh <robert@hammelrath.com>