mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed dumping of profile values in CLI.
This commit is contained in:
parent
c0d25b1296
commit
532e8afe61
6 changed files with 78 additions and 48 deletions
|
@ -57,7 +57,6 @@ void ensureEEPROMStructureIsValid(void);
|
|||
|
||||
void saveConfigAndNotify(void);
|
||||
void validateAndFixGyroConfig(void);
|
||||
void activateConfig(void);
|
||||
|
||||
uint8_t getCurrentPidProfileIndex(void);
|
||||
void changePidProfile(uint8_t pidProfileIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue