mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Merge pull request #9053 from AlienWiiBF/Flash_Test
Add W25N01G driver to AlienFlightNG F7 target
This commit is contained in:
parent
8ba26fb902
commit
d5501cee9c
1 changed files with 3 additions and 0 deletions
|
@ -89,7 +89,10 @@
|
||||||
#define FLASH_SPI_INSTANCE SPI2
|
#define FLASH_SPI_INSTANCE SPI2
|
||||||
|
|
||||||
#define USE_FLASHFS
|
#define USE_FLASHFS
|
||||||
|
#define USE_FLASH_TOOLS
|
||||||
#define USE_FLASH_M25P16
|
#define USE_FLASH_M25P16
|
||||||
|
#define USE_FLASH_W25N01G
|
||||||
|
#define USE_FLASH_W25M02G
|
||||||
|
|
||||||
#define USE_VCP
|
#define USE_VCP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue