Skip to content

Commit 04dfd4d

Browse files
committed
Specify correct flash device
1 parent 9b83c27 commit 04dfd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/particle_xenon/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
190190
#define PIN_WIRE1_SCL _PINNUM(1, 2)
191191

192192
// On-board QSPI Flash
193-
#define EXTERNAL_FLASH_DEVICES GD25Q16C
193+
#define EXTERNAL_FLASH_DEVICES MX25L3233F
194194

195195
#define USB_MSC_BLOCK_SIZE 512
196196
#define USB_MSC_BLOCK_COUNT ((2*1024*1024) / USB_MSC_BLOCK_SIZE)

0 commit comments

Comments
 (0)