mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
If the `timeout_char` parameter is not given, we should still configure the UART to ensure the UART is always initialized consistently. So the default of 0 gets applied correctly, or if, for example, the baudrate was changed the char timeout isn't still based on the old baudrate causing weird behaviour, etc. Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>