1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

PICO: Removing the flash CS pin as it will be defined in config.h

This commit is contained in:
blckmn 2025-07-09 08:44:59 +10:00
parent 1743a43d19
commit fa06697f6e

View file

@ -247,7 +247,7 @@
#define SPI1_SDO_PIN PA27 #define SPI1_SDO_PIN PA27
#define SDCARD_CS_PIN PA25 #define SDCARD_CS_PIN PA25
#define FLASH_CS_PIN PA25
#define MAX7456_SPI_CS_PIN PA17 #define MAX7456_SPI_CS_PIN PA17
#define GYRO_1_CS_PIN PA1 #define GYRO_1_CS_PIN PA1