mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Merge pull request #3590 from martinbudden/bf_flash_config
Configurable FLASH
This commit is contained in:
commit
94e3273415
3 changed files with 32 additions and 25 deletions
|
@ -30,4 +30,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