mirror of https://github.com/ArduPilot/ardupilot
Copter: fix tradheli arming message
This commit is contained in:
parent
3d9a6a69e2
commit
4f52aaa3a3
|
@ -657,7 +657,7 @@ static bool arm_checks(bool display_failure, bool arming_from_gcs)
|
|||
// heli specific arming check
|
||||
if (!motors.allow_arming()){
|
||||
if (display_failure) {
|
||||
gcs_send_text_P(SEVERITY_HIGH,PSTR("Arm: Rotor not spinning"));
|
||||
gcs_send_text_P(SEVERITY_HIGH,PSTR("Arm: stop Rotor spinning"));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue