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:
commit
643e2f72b3
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