mirror of https://github.com/ArduPilot/ardupilot
Tracker: always report RC as not-in-failsafe
we always trust our inputs in Tracker...
This commit is contained in:
parent
2fe2c3b520
commit
c71e3e973d
|
@ -25,6 +25,9 @@ public:
|
|||
return &obj_channels[chan];
|
||||
}
|
||||
|
||||
// we always trust our RC inputs ATM:
|
||||
bool in_rc_failsafe() const override { return false; }
|
||||
|
||||
protected:
|
||||
|
||||
// note that these callbacks are not presently used on Tracker:
|
||||
|
|
Loading…
Reference in New Issue