diff --git a/src/main/flight/pid.c b/src/main/flight/pid.c index d4df9d5b1..4a14b5ecd 100644 --- a/src/main/flight/pid.c +++ b/src/main/flight/pid.c @@ -450,7 +450,7 @@ void pidController(const pidProfile_t *pidProfile, const rollAndPitchTrims_t *an previousRateError[axis] = rD; // if crash recovery is on and accelerometer enabled then check for a crash - if (pidProfile->crash_recovery && sensors(SENSOR_ACC) && inCrashRecoveryMode ==false) { + if (pidProfile->crash_recovery && sensors(SENSOR_ACC) && inCrashRecoveryMode == false) { if (motorMixRange >= 1.0f && ABS(delta) > crashDtermThreshold && ABS(errorRate) > crashGyroThreshold