1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Merge pull request #10986 from mikeller/fix_reset_pid_profile_header

This commit is contained in:
Michael Keller 2021-10-01 00:19:29 +13:00 committed by GitHub
commit 643e2f72b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);