Revert "Copter: failsafe if bad vibration"

This reverts commit fce517fef45d1de95b6cb8d5f79ddd6c374f8482.
This commit is contained in:
Paul Riseborough 2021-07-19 11:36:26 +10:00 committed by Andrew Tridgell
parent aa6ac4a874
commit cd0eb379fd

View File

@ -145,10 +145,6 @@ bool Copter::ekf_over_threshold()
return true;
}
if (vibration_check.high_vibes) {
return true;
}
return false;
}