mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
For builds with DEBUG=1 and MICROPY_HW_ENABLE_UART_REPL=1, calling stdio_init_all() in main() detaches the UART input from REPL. This change suppresses calling stdio_init_all() then.