We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da400c7 commit 68ff9d5Copy full SHA for 68ff9d5
variants/feather_m0_express/variant.h
@@ -160,9 +160,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
160
#define PAD_SPI1_RX SERCOM_RX_PAD_2
161
162
static const uint8_t SS1 = 39 ; // HW SS isn't used. Set here only for reference.
163
-static const uint8_t MOSI1 = PIN_SPI_MOSI ;
164
-static const uint8_t MISO1 = PIN_SPI_MISO ;
165
-static const uint8_t SCK1 = PIN_SPI_SCK ;
+static const uint8_t MOSI1 = PIN_SPI1_MOSI ;
+static const uint8_t MISO1 = PIN_SPI1_MISO ;
+static const uint8_t SCK1 = PIN_SPI1_SCK ;
166
167
168
/*
0 commit comments