Skip to content

Commit 4fb3139

Browse files
committed
switch orders the flash memory is listed
1 parent c672b33 commit 4fb3139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/stm32f411ce_blackpill_with_flash/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USB_MANUFACTURER = "Unknown"
55

66
SPI_FLASH_FILESYSTEM = 1
77
#See supervisor/shared/external_flash/devices.h for options
8-
EXTERNAL_FLASH_DEVICES = GD25Q16C,W25Q64FV,W25Q64JVxQ,W25Q32JVxQ
8+
EXTERNAL_FLASH_DEVICES = GD25Q16C,W25Q64FV,W25Q32JVxQ,W25Q64JVxQ
99
LONGINT_IMPL = MPZ
1010

1111
INTERNAL_FLASH_FILESYSTEM = 0

0 commit comments

Comments
 (0)