mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -53,6 +53,7 @@ void initEEPROM(void);
|
|||
void resetEEPROM(void);
|
||||
bool readEEPROM(void);
|
||||
void writeEEPROM(void);
|
||||
void writeEEPROMWithFeatures(uint32_t features);
|
||||
void ensureEEPROMStructureIsValid(void);
|
||||
|
||||
void saveConfigAndNotify(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue