mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_Arming: make ins check virtual
This commit is contained in:
parent
304a23923a
commit
53b39b201b
@ -90,7 +90,7 @@ protected:
|
||||
|
||||
bool logging_checks(bool report);
|
||||
|
||||
bool ins_checks(bool report);
|
||||
virtual bool ins_checks(bool report);
|
||||
|
||||
bool compass_checks(bool report);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user