AP_Arming: make ins check virtual

This commit is contained in:
Randy Mackay 2015-10-16 12:51:46 +09:00
parent 304a23923a
commit 53b39b201b
1 changed files with 1 additions and 1 deletions

View File

@ -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);