1
0
Fork 0
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:
Michael Keller 2021-09-27 03:08:26 +13:00
parent 8702bba3ec
commit 95deb513b3
2 changed files with 2 additions and 2 deletions

View file

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