Skip to content

Commit

Permalink
Merge pull request #6023 from stonehippo/micromod-samd51-spi-fix
Browse files Browse the repository at this point in the history
MicroMod SAMD51: Correct default MISO
  • Loading branch information
ladyada authored Feb 12, 2022
2 parents ddac37a + f3b67cc commit 9ee9876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define DEFAULT_SPI_BUS_SCK (&pin_PA05)
#define DEFAULT_SPI_BUS_MOSI (&pin_PA04)
#define DEFAULT_SPI_BUS_MISO (&pin_PB06)
#define DEFAULT_SPI_BUS_MISO (&pin_PA06)

#define DEFAULT_UART_BUS_RX (&pin_PB30)
#define DEFAULT_UART_BUS_TX (&pin_PB31)
Expand Down

0 comments on commit 9ee9876

Please sign in to comment.