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 ddac37a commit f3b67ccCopy full SHA for f3b67cc
ports/atmel-samd/boards/sparkfun_samd51_micromod/mpconfigboard.h
@@ -19,7 +19,7 @@
19
20
#define DEFAULT_SPI_BUS_SCK (&pin_PA05)
21
#define DEFAULT_SPI_BUS_MOSI (&pin_PA04)
22
-#define DEFAULT_SPI_BUS_MISO (&pin_PB06)
+#define DEFAULT_SPI_BUS_MISO (&pin_PA06)
23
24
#define DEFAULT_UART_BUS_RX (&pin_PB30)
25
#define DEFAULT_UART_BUS_TX (&pin_PB31)
0 commit comments