esp32/boards/ESP32_GENERIC_C3: Enable UART REPL.

This should have been added in 4815af75bc
when the variants were combined. The original non-USB variant got this
implicitly, and therefore was not in mpconfigvariant.h

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/12240/head
Jim Mussared 2023-08-21 13:25:15 +10:00
rodzic 873bd00ad4
commit 326dfd2a85
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -6,3 +6,6 @@
#define MICROPY_HW_ENABLE_SDCARD (0)
#define MICROPY_PY_MACHINE_DAC (0)
#define MICROPY_PY_MACHINE_I2S (0)
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
#define MICROPY_HW_ENABLE_UART_REPL (1)