AP_Arming: make gps-checks virtual

Copter's GPS checks will override this
This commit is contained in:
Randy Mackay 2017-03-09 10:58:25 +09:00
parent 9f21649dc0
commit e398bb5c68
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ protected:
virtual bool compass_checks(bool report);
bool gps_checks(bool report);
virtual bool gps_checks(bool report);
bool battery_checks(bool report);