Skip to content

Commit 0aa4447

Browse files
committed
fix RX & TX
1 parent 32f3b29 commit 0aa4447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/itsybitsy_nrf52840_express/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ static const uint8_t A6 = PIN_A6 ;
8989
* Serial interfaces
9090
*/
9191
// Serial
92-
#define PIN_SERIAL_RX (1)
93-
#define PIN_SERIAL_TX (0)
92+
#define PIN_SERIAL_RX (0)
93+
#define PIN_SERIAL_TX (1)
9494

9595
/*
9696
* SPI Interfaces

0 commit comments

Comments
 (0)