Unverified Commit adb23c1c authored by Pontus Oldberg's avatar Pontus Oldberg Committed by GitHub

Fixed incorrect pinout for SPI interface. (#1951)

parent a99a572b
......@@ -24,7 +24,7 @@
#define SARA_SERIAL_PORT Serial2
// SPI
#define PIN_SPI0_MISO (24u)
#define PIN_SPI0_MISO (20u)
#define PIN_SPI0_MOSI (23u)
#define PIN_SPI0_SCK (22u)
#define PIN_SPI0_SS (21u)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment