mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
RC_Channel: arming_check_throttle to virtual
This commit is contained in:
parent
cdb4ec8ad0
commit
169375d14f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user