mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +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
|
@ -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