1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Configurable FLASH

This commit is contained in:
Martin Budden 2017-07-21 10:03:35 +01:00
parent e955fa9a84
commit 9fe0e9eb2a
3 changed files with 32 additions and 25 deletions

View file

@ -33,4 +33,5 @@ typedef struct flashGeometry_s {
typedef struct flashConfig_s {
ioTag_t csTag;
uint8_t spiDevice;
} flashConfig_t;