Browse Source

Copter: Clarify the mode

master
murata 3 years ago committed by Randy Mackay
parent
commit
d519c94b32
  1. 2
      ArduCopter/AP_Arming.cpp

2
ArduCopter/AP_Arming.cpp

@ -603,7 +603,7 @@ bool AP_Arming_Copter::arm_checks(AP_Arming::Method method) @@ -603,7 +603,7 @@ bool AP_Arming_Copter::arm_checks(AP_Arming::Method method)
// always check if the current mode allows arming
if (!copter.flightmode->allows_arming(method)) {
check_failed(true, "Mode not armable");
check_failed(true, "%s mode not armable", copter.flightmode->name());
return false;
}

Loading…
Cancel
Save