mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
esp32/uart: Correctly init low-level UART driver for REPL.
uart_driver_install() needs to be called to set up the UART correctly.
This commit is contained in:
committed by
Damien George
parent
2d47020e15
commit
2cc9232781
@@ -93,7 +93,7 @@ void mp_task(void *pvParameter) {
|
||||
#elif CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
|
||||
usb_serial_jtag_init();
|
||||
#else
|
||||
uart_init();
|
||||
uart_stdout_init();
|
||||
#endif
|
||||
machine_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user