1
0
Fork 0
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:
mikeller 2018-06-02 21:01:22 +12:00
parent c0d25b1296
commit 532e8afe61
6 changed files with 78 additions and 48 deletions

View file

@ -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);