diff options
Diffstat (limited to 'ports/esp32/uart.h')
| -rw-r--r-- | ports/esp32/uart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/uart.h b/ports/esp32/uart.h index 14ad30ccd..6410db24c 100644 --- a/ports/esp32/uart.h +++ b/ports/esp32/uart.h @@ -30,7 +30,7 @@ // Whether to enable the REPL on a UART. #ifndef MICROPY_HW_ENABLE_UART_REPL -#define MICROPY_HW_ENABLE_UART_REPL (!CONFIG_USB_ENABLED && !CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG) +#define MICROPY_HW_ENABLE_UART_REPL (!CONFIG_USB_OTG_SUPPORTED && !CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG) #endif #ifndef MICROPY_HW_UART_REPL |
