mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: prearm gps checks are called in parent class
This commit is contained in:
parent
7c0869fa19
commit
b8802ec5c2
@ -58,7 +58,6 @@ bool AP_Arming_Copter::pre_arm_checks(bool display_failure)
|
||||
}
|
||||
|
||||
return rc_calibration_checks(display_failure)
|
||||
& gps_checks(display_failure)
|
||||
& fence_checks(display_failure)
|
||||
& board_voltage_checks(display_failure)
|
||||
& logging_checks(display_failure)
|
||||
|
Loading…
Reference in New Issue
Block a user