Skip to content

Commit 49301b6

Browse files
committed
Fix SDI/MISO pin on the external header
1 parent ca155a0 commit 49301b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/dynalora_usb/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ static const uint8_t FLASH_CS = SS1 ;
195195

196196
// External header SPI interface
197197

198-
#define PIN_SPI2_MISO PIN_D2
198+
#define PIN_SPI2_MISO PIN_D3
199199
#define PIN_SPI2_MOSI PIN_D0
200200
#define PIN_SPI2_SCK PIN_D1
201201
#define PERIPH_SPI2 sercom1

0 commit comments

Comments
 (0)