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 6a59e83 commit a2151f3Copy full SHA for a2151f3
variants/matrixportal_m4/variant.h
@@ -173,7 +173,7 @@ static const uint8_t SCK = PIN_SPI_SCK ;
173
#define PAD_SPI1_TX SPI_PAD_0_SCK_1
174
#define PAD_SPI1_RX SERCOM_RX_PAD_3
175
176
-static const uint8_t SS1 = A3 ;
+static const uint8_t SS1 = PIN_A3 ;
177
static const uint8_t MOSI1 = PIN_SPI1_MOSI ;
178
static const uint8_t MISO1 = PIN_SPI1_MISO ;
179
static const uint8_t SCK1 = PIN_SPI1_SCK ;
0 commit comments