diff options
Diffstat (limited to 'ports/esp32/main.c')
| -rw-r--r-- | ports/esp32/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/esp32/main.c b/ports/esp32/main.c index a1c27c0a2..f833c9501 100644 --- a/ports/esp32/main.c +++ b/ports/esp32/main.c @@ -92,7 +92,8 @@ void mp_task(void *pvParameter) { usb_init(); #elif CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG usb_serial_jtag_init(); - #else + #endif + #if MICROPY_HW_ENABLE_UART_REPL uart_stdout_init(); #endif machine_init(); |
