Skip to content

Commit 29e0aba

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent fb4062d commit 29e0aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/broadcom/boards/raspberrypi_cm4io/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
#define MICROPY_HW_LED_STATUS (&pin_GPIO42)
77

8-
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
9-
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)
8+
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
9+
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)

0 commit comments

Comments
 (0)