mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Moved parameter group for flash into pg/
.
This commit is contained in:
parent
060c4d3e9a
commit
429c6cecda
10 changed files with 87 additions and 23 deletions
|
@ -27,8 +27,3 @@ typedef struct flashGeometry_s {
|
|||
uint32_t totalSize; // This is just sectorSize * sectors
|
||||
uint16_t pagesPerSector;
|
||||
} flashGeometry_t;
|
||||
|
||||
typedef struct flashConfig_s {
|
||||
ioTag_t csTag;
|
||||
uint8_t spiDevice;
|
||||
} flashConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue