Copter: fix tradheli arming message

This commit is contained in:
Randy Mackay 2015-05-08 11:51:23 +09:00
parent 3d9a6a69e2
commit 4f52aaa3a3
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ static bool arm_checks(bool display_failure, bool arming_from_gcs)
// heli specific arming check // heli specific arming check
if (!motors.allow_arming()){ if (!motors.allow_arming()){
if (display_failure) { 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; return false;
} }