Skip to content

Commit 0223589

Browse files
authored
Fix default UART too
1 parent e1d026f commit 0223589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/atmel-samd/boards/hallowing_m4_express/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#define DEFAULT_SPI_BUS_MOSI (&pin_PB23)
2424
#define DEFAULT_SPI_BUS_MISO (&pin_PB22)
2525

26-
#define DEFAULT_UART_BUS_RX (&pin_PB12)
27-
#define DEFAULT_UART_BUS_TX (&pin_PB13)
26+
#define DEFAULT_UART_BUS_RX (&pin_PB13)
27+
#define DEFAULT_UART_BUS_TX (&pin_PB12)
2828

2929
// USB is always used internally so skip the pin objects for it.
3030
#define IGNORE_PIN_PA24 1

0 commit comments

Comments
 (0)