ArduSub: allow scaled passthru to go to trim on rc failsafe
This commit is contained in:
parent
979d810912
commit
f59293c5a4
@ -25,6 +25,9 @@ public:
|
||||
return &obj_channels[chan];
|
||||
}
|
||||
|
||||
// tell the gimbal code all is good with RC input:
|
||||
bool in_rc_failsafe() const override { return false; };
|
||||
|
||||
protected:
|
||||
|
||||
// note that these callbacks are not presently used on Plane:
|
||||
|
Loading…
Reference in New Issue
Block a user