mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: make gps-checks virtual
Copter's GPS checks will override this
This commit is contained in:
parent
9f21649dc0
commit
e398bb5c68
|
@ -92,7 +92,7 @@ protected:
|
||||||
|
|
||||||
virtual bool compass_checks(bool report);
|
virtual bool compass_checks(bool report);
|
||||||
|
|
||||||
bool gps_checks(bool report);
|
virtual bool gps_checks(bool report);
|
||||||
|
|
||||||
bool battery_checks(bool report);
|
bool battery_checks(bool report);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue