mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Reset ITerm on motor reversal
This commit is contained in:
parent
ce345a8446
commit
9060ecb302
5 changed files with 20 additions and 4 deletions
|
@ -642,7 +642,7 @@ extern "C" {
|
|||
void failsafeStartMonitoring(void) {}
|
||||
void failsafeUpdateState(void) {}
|
||||
bool failsafeIsActive(void) { return false; }
|
||||
void pidResetErrorGyroState(void) {}
|
||||
void pidResetITerm(void) {}
|
||||
void updateAdjustmentStates(void) {}
|
||||
void processRcAdjustments(controlRateConfig_t *) {}
|
||||
void updateGpsWaypointsAndMode(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue