Skip to content

Commit d669aa0

Browse files
committed
Define USE_FLASH rather than USE_FLASHFS for consistency with other targets
1 parent 517332f commit d669aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/HELLBENDER_0001/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656

5757
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
5858

59-
#define FLASH_CS_PIN PA0
59+
#define USE_FLASH
60+
//#define FLASH_CS_PIN PA0 // CS1 pin automatically used by the QSPI driver
6061
#define USE_FLASH_CHIP
6162
#define USE_FLASH_W25Q128FV
62-
#define USE_FLASHFS
6363

6464
// Enable QUADSPI on RP2350 (pins are fixed via QMI; platform code handles them)
6565
#define USE_QUADSPI

0 commit comments

Comments
 (0)