Skip to content

Commit f724647

Browse files
committed
fix feather nrf52840 build error
1 parent dec5c50 commit f724647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/boards/feather_nrf52840_express/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
#define DEFAULT_SPI_BUS_MOSI (&pin_P0_23)
6868
#define DEFAULT_SPI_BUS_MISO (&pin_P0_22)
6969

70-
#define DEFAULT_UART_BUS_RX (&pin_P1_0)
70+
#define DEFAULT_UART_BUS_RX (&pin_P1_00)
7171
#define DEFAULT_UART_BUS_TX (&pin_P0_24)

0 commit comments

Comments
 (0)