Browse Source

AP_Arming: fix comment (NFC)

gps-1.3.1
Dr.-Ing. Amilcar do Carmo Lucas 3 years ago committed by Peter Barker
parent
commit
d7c2331664
  1. 2
      libraries/AP_Arming/AP_Arming.cpp

2
libraries/AP_Arming/AP_Arming.cpp

@ -1106,7 +1106,7 @@ bool AP_Arming::fettec_checks(bool display_failure) const @@ -1106,7 +1106,7 @@ bool AP_Arming::fettec_checks(bool display_failure) const
return true;
}
// check camera is ready
// check ESCs are ready
char fail_msg[MAVLINK_MSG_STATUSTEXT_FIELD_TEXT_LEN+1];
if (!f->pre_arm_check(fail_msg, ARRAY_SIZE(fail_msg))) {
check_failed(ARMING_CHECK_ALL, display_failure, "FETtec: %s", fail_msg);

Loading…
Cancel
Save