Tracker: always report RC as not-in-failsafe

we always trust our inputs in Tracker...
This commit is contained in:
Peter Barker 2024-02-07 17:09:44 +11:00 committed by Peter Barker
parent 2fe2c3b520
commit c71e3e973d
1 changed files with 3 additions and 0 deletions

View File

@ -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: