Skip to content

Commit f3b67cc

Browse files
committed
MicroMod SAMD51: Correct default MISO
1 parent ddac37a commit f3b67cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#define DEFAULT_SPI_BUS_SCK (&pin_PA05)
2121
#define DEFAULT_SPI_BUS_MOSI (&pin_PA04)
22-
#define DEFAULT_SPI_BUS_MISO (&pin_PB06)
22+
#define DEFAULT_SPI_BUS_MISO (&pin_PA06)
2323

2424
#define DEFAULT_UART_BUS_RX (&pin_PB30)
2525
#define DEFAULT_UART_BUS_TX (&pin_PB31)

0 commit comments

Comments
 (0)