We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d026f commit 0223589Copy full SHA for 0223589
ports/atmel-samd/boards/hallowing_m4_express/mpconfigboard.h
@@ -23,8 +23,8 @@
23
#define DEFAULT_SPI_BUS_MOSI (&pin_PB23)
24
#define DEFAULT_SPI_BUS_MISO (&pin_PB22)
25
26
-#define DEFAULT_UART_BUS_RX (&pin_PB12)
27
-#define DEFAULT_UART_BUS_TX (&pin_PB13)
+#define DEFAULT_UART_BUS_RX (&pin_PB13)
+#define DEFAULT_UART_BUS_TX (&pin_PB12)
28
29
// USB is always used internally so skip the pin objects for it.
30
#define IGNORE_PIN_PA24 1
0 commit comments