mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Don't enable all flash chips by default on EXST targets. (#12300)
This commit is contained in:
parent
8fd592bedc
commit
a19bf9b9a9
1 changed files with 4 additions and 2 deletions
|
@ -166,6 +166,7 @@
|
|||
|
||||
#if defined(USE_FLASH)
|
||||
|
||||
#if !defined(USE_EXST)
|
||||
#define USE_FLASHFS
|
||||
#define USE_FLASH_TOOLS
|
||||
#define USE_FLASH_M25P16
|
||||
|
@ -174,9 +175,10 @@
|
|||
#define USE_FLASH_W25M512 // 512Kb (256Kb x 2 stacked) NOR flash support
|
||||
#define USE_FLASH_W25M02G // 2Gb (1Gb x 2 stacked) NAND flash support
|
||||
#define USE_FLASH_W25Q128FV // 16MB Winbond 25Q128
|
||||
#endif // USE_EXST
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif // USE_FLASH
|
||||
#endif // USE_FLASH_CHIP
|
||||
|
||||
#ifndef USE_MAX7456
|
||||
#define USE_MAX7456
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue