mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Update target.h
Changed to FLASH_CS_PIN and FLASH_SPI_INSTANCE
This commit is contained in:
parent
1baacd3005
commit
be11494344
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
||||||
#define ENABLE_BLACKBOX_LOGGING_ON_SPIFLASH_BY_DEFAULT
|
#define ENABLE_BLACKBOX_LOGGING_ON_SPIFLASH_BY_DEFAULT
|
||||||
#define USE_FLASHFS
|
#define USE_FLASHFS
|
||||||
#define USE_FLASH_M25P16
|
#define USE_FLASH_M25P16
|
||||||
#define M25P16_CS_PIN PB12
|
#define FLASH_CS_PIN PB12
|
||||||
#define M25P16_SPI_INSTANCE SPI2
|
#define FLASH_SPI_INSTANCE SPI2
|
||||||
|
|
||||||
//GPS ----------------------------------------------
|
//GPS ----------------------------------------------
|
||||||
#define USE_GPS
|
#define USE_GPS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue