mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fixed header declaration for 'resetPidProfile()'.
This commit is contained in:
parent
8702bba3ec
commit
95deb513b3
2 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,6 @@ bool isConfigDirty(void);
|
|||
uint8_t getCurrentPidProfileIndex(void);
|
||||
void changePidProfile(uint8_t pidProfileIndex);
|
||||
void changePidProfileFromCellCount(uint8_t cellCount);
|
||||
struct pidProfile_s;
|
||||
void resetPidProfile(struct pidProfile_s *profile);
|
||||
|
||||
uint8_t getCurrentControlRateProfileIndex(void);
|
||||
void changeControlRateProfile(uint8_t profileIndex);
|
||||
|
|
|
@ -403,6 +403,8 @@ extern uint32_t targetPidLooptime;
|
|||
extern float throttleBoost;
|
||||
extern pt1Filter_t throttleLpf;
|
||||
|
||||
void resetPidProfile(pidProfile_t *profile);
|
||||
|
||||
void pidResetIterm(void);
|
||||
void pidStabilisationState(pidStabilisationState_e pidControllerState);
|
||||
void pidSetItermAccelerator(float newItermAccelerator);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue