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 e3c7482e7..14ad30ccd 100644 --- a/ports/esp32/uart.h +++ b/ports/esp32/uart.h @@ -34,7 +34,7 @@ #endif #ifndef MICROPY_HW_UART_REPL -#define MICROPY_HW_UART_REPL (UART_NUM_0) +#define MICROPY_HW_UART_REPL (0) #endif #ifndef MICROPY_HW_UART_REPL_BAUD |
