mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
The call to machine_uart_deinit_all() is needed to avoid a crash after soft reset, if a UART had been used and data arrives before it is instantiated again. Signed-off-by: robert-hh <robert@hammelrath.com>