Skip to content

Commit 9c667a4

Browse files
authored
Merge pull request arduino#265 from adafruit/fix-warning
fix matrixportal_m4 warning define
2 parents e99eb50 + a2151f3 commit 9c667a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/matrixportal_m4/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static const uint8_t SCK = PIN_SPI_SCK ;
173173
#define PAD_SPI1_TX SPI_PAD_0_SCK_1
174174
#define PAD_SPI1_RX SERCOM_RX_PAD_3
175175

176-
static const uint8_t SS1 = A3 ;
176+
static const uint8_t SS1 = PIN_A3 ;
177177
static const uint8_t MOSI1 = PIN_SPI1_MOSI ;
178178
static const uint8_t MISO1 = PIN_SPI1_MISO ;
179179
static const uint8_t SCK1 = PIN_SPI1_SCK ;

0 commit comments

Comments
 (0)