RC_Channel: arming_check_throttle to virtual

This commit is contained in:
Iampete1 2021-09-18 00:51:40 +01:00 committed by Peter Hall
parent cdb4ec8ad0
commit 169375d14f

View File

@ -477,7 +477,7 @@ public:
return _options & uint32_t(Option::LOG_DATA);
}
bool arming_check_throttle() const {
virtual bool arming_check_throttle() const {
return _options & uint32_t(Option::ARMING_CHECK_THROTTLE);
}