mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +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
|
@ -54,7 +54,7 @@ PG_DECLARE_ARRAY(controlRateConfig_t, CONTROL_RATE_PROFILE_COUNT, controlRatePro
|
|||
|
||||
extern controlRateConfig_t *currentControlRateProfile;
|
||||
|
||||
void setControlRateProfile(uint8_t controlRateProfileIndex);
|
||||
void loadControlRateProfile(void);
|
||||
void changeControlRateProfile(uint8_t controlRateProfileIndex);
|
||||
|
||||
void copyControlRateProfile(const uint8_t dstControlRateProfileIndex, const uint8_t srcControlRateProfileIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue