1
0
Fork 0
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:
mikeller 2017-12-23 23:46:10 +13:00
parent 060c4d3e9a
commit 429c6cecda
10 changed files with 87 additions and 23 deletions

View file

@ -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;