mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Avoid necessity for pidInitMixer
This commit is contained in:
parent
533734a58d
commit
6c8b0f3adf
3 changed files with 3 additions and 15 deletions
|
@ -290,7 +290,6 @@ void pidInit(const pidProfile_t *pidProfile)
|
|||
pidSetTargetLooptime(gyro.targetLooptime * pidConfig()->pid_process_denom); // Initialize pid looptime
|
||||
pidInitFilters(pidProfile);
|
||||
pidInitConfig(pidProfile);
|
||||
pidInitMixer(pidProfile);
|
||||
}
|
||||
|
||||
// calculates strength of horizon leveling; 0 = none, 1.0 = most leveling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue