Copter:PreArm Battery low voltage failsafe message repeated two times fix

This commit is contained in:
Arsh 2021-02-05 21:40:47 +05:30 committed by Randy Mackay
parent 164da261f1
commit 3609a1b5fd

View File

@ -136,11 +136,6 @@ bool AP_Arming_Copter::board_voltage_checks(bool display_failure)
check_failed(ARMING_CHECK_VOLTAGE, display_failure, "Battery failsafe");
return false;
}
// call parent battery checks
if (!AP_Arming::battery_checks(display_failure)) {
return false;
}
}
return true;