mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Configurable FLASH
This commit is contained in:
parent
e955fa9a84
commit
9fe0e9eb2a
3 changed files with 32 additions and 25 deletions
|
@ -33,4 +33,5 @@ typedef struct flashGeometry_s {
|
|||
|
||||
typedef struct flashConfig_s {
|
||||
ioTag_t csTag;
|
||||
uint8_t spiDevice;
|
||||
} flashConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue