Skip to content

Commit 37b8142

Browse files
committed
DM: fix grandcentral SPI miso pad
1 parent 97bedc7 commit 37b8142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/grand_central_m4/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static const uint8_t ATN = PIN_ATN;
181181
#define PIN_SPI_SCK (65u)
182182
#define PERIPH_SPI sercom7
183183
#define PAD_SPI_TX SPI_PAD_0_SCK_1
184-
#define PAD_SPI_RX SERCOM_RX_PAD_2
184+
#define PAD_SPI_RX SERCOM_RX_PAD_3
185185

186186
static const uint8_t SS = (53u) ;
187187
static const uint8_t MOSI = PIN_SPI_MOSI ;

0 commit comments

Comments
 (0)