File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -265,26 +265,7 @@ static void updateArmingStatus(void)
265
265
#endif
266
266
267
267
/* CHECK: */
268
- if (
269
- sensors (SENSOR_ACC ) &&
270
- !STATE (ACCELEROMETER_CALIBRATED ) &&
271
- // Require ACC calibration only if any of the setting might require it
272
- (
273
- isModeActivationConditionPresent (BOXNAVPOSHOLD ) ||
274
- isModeActivationConditionPresent (BOXNAVRTH ) ||
275
- isModeActivationConditionPresent (BOXNAVWP ) ||
276
- isModeActivationConditionPresent (BOXANGLE ) ||
277
- isModeActivationConditionPresent (BOXHORIZON ) ||
278
- isModeActivationConditionPresent (BOXNAVALTHOLD ) ||
279
- isModeActivationConditionPresent (BOXHEADINGHOLD ) ||
280
- isModeActivationConditionPresent (BOXNAVLAUNCH ) ||
281
- isModeActivationConditionPresent (BOXTURNASSIST ) ||
282
- isModeActivationConditionPresent (BOXNAVCOURSEHOLD ) ||
283
- isModeActivationConditionPresent (BOXSOARING ) ||
284
- failsafeConfig ()-> failsafe_procedure != FAILSAFE_PROCEDURE_DROP_IT
285
-
286
- )
287
- ) {
268
+ if (sensors (SENSOR_ACC ) && !STATE (ACCELEROMETER_CALIBRATED )) {
288
269
ENABLE_ARMING_FLAG (ARMING_DISABLED_ACCELEROMETER_NOT_CALIBRATED );
289
270
}
290
271
else {
You can’t perform that action at this time.
0 commit comments