mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Support load/save configuration to external flash
Fixes to 6a3e7d8e6 as the flash partition code had changed during the merge to master.
This commit is contained in:
parent
a6c07b046b
commit
cf1ce1a67b
7 changed files with 189 additions and 50 deletions
|
@ -32,7 +32,8 @@ typedef enum {
|
|||
FAILURE_ACC_INCOMPATIBLE,
|
||||
FAILURE_INVALID_EEPROM_CONTENTS,
|
||||
FAILURE_FLASH_WRITE_FAILED,
|
||||
FAILURE_GYRO_INIT_FAILED
|
||||
FAILURE_GYRO_INIT_FAILED,
|
||||
FAILURE_FLASH_READ_FAILED
|
||||
} failureMode_e;
|
||||
|
||||
#define WARNING_FLASH_DURATION_MS 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue