Skip to content

Commit 99d83d4

Browse files
committed
ready to release
1 parent 0a79fb9 commit 99d83d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/feather_nrf52840_express/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static const uint8_t AREF = PIN_AREF;
110110
#define PIN_SPI_MOSI (40)
111111
#define PIN_SPI_SCK (7)
112112

113-
static const uint8_t SS = 18 ;
113+
static const uint8_t SS = 44 ;
114114
static const uint8_t MOSI = PIN_SPI_MOSI ;
115115
static const uint8_t MISO = PIN_SPI_MISO ;
116116
static const uint8_t SCK = PIN_SPI_SCK ;
@@ -135,7 +135,7 @@ static const uint8_t SCK = PIN_SPI_SCK ;
135135

136136
// On-board QSPI Flash
137137
// If EXTERNAL_FLASH_DEVICES is not defined, all supported devices will be used
138-
#define EXTERNAL_FLASH_DEVICES GD25Q16
138+
#define EXTERNAL_FLASH_DEVICES GD25Q16C
139139

140140
#ifdef __cplusplus
141141
}

0 commit comments

Comments
 (0)