Copter: ensure logging is working as part of prearm
This commit is contained in:
parent
e7d3219a58
commit
01b1916de5
@ -81,6 +81,7 @@ bool AP_Arming_Copter::pre_arm_checks(bool display_failure)
|
||||
& fence_checks(display_failure)
|
||||
& ins_checks(display_failure)
|
||||
& board_voltage_checks(display_failure)
|
||||
& logging_checks(display_failure)
|
||||
& parameter_checks(display_failure)
|
||||
& motor_checks(display_failure)
|
||||
& pilot_throttle_checks(display_failure);
|
||||
|
Loading…
Reference in New Issue
Block a user