1
0
Fork 0
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:
nyway 2018-05-23 18:07:27 +08:00 committed by GitHub
parent 1baacd3005
commit be11494344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,8 +83,8 @@
#define ENABLE_BLACKBOX_LOGGING_ON_SPIFLASH_BY_DEFAULT
#define USE_FLASHFS
#define USE_FLASH_M25P16
#define M25P16_CS_PIN PB12
#define M25P16_SPI_INSTANCE SPI2
#define FLASH_CS_PIN PB12
#define FLASH_SPI_INSTANCE SPI2
//GPS ----------------------------------------------
#define USE_GPS