Skip to content

Commit 72c479e

Browse files
Define CIRCUITPY_CONSOLE_UART_TX/RX
1 parent a892af8 commit 72c479e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/broadcom/boards/raspberrypi_pi4b/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)