Copter:PreArm Battery low voltage failsafe message repeated two times fix
This commit is contained in:
parent
164da261f1
commit
3609a1b5fd
@ -136,11 +136,6 @@ bool AP_Arming_Copter::board_voltage_checks(bool display_failure)
|
|||||||
check_failed(ARMING_CHECK_VOLTAGE, display_failure, "Battery failsafe");
|
check_failed(ARMING_CHECK_VOLTAGE, display_failure, "Battery failsafe");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// call parent battery checks
|
|
||||||
if (!AP_Arming::battery_checks(display_failure)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user