mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Arming: make mission checks virtual
This commit is contained in:
parent
518b126f52
commit
3cef6b8167
@ -164,7 +164,7 @@ protected:
|
|||||||
|
|
||||||
bool manual_transmitter_checks(bool report);
|
bool manual_transmitter_checks(bool report);
|
||||||
|
|
||||||
bool mission_checks(bool report);
|
virtual bool mission_checks(bool report);
|
||||||
|
|
||||||
bool rangefinder_checks(bool report);
|
bool rangefinder_checks(bool report);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user