1
0
Fork 0
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:
jflyper 2017-07-30 19:01:26 +09:00 committed by GitHub
commit 94e3273415
3 changed files with 32 additions and 25 deletions

View file

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