mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
AP_HAL: added rc_bind rcin method
This commit is contained in:
parent
b3da1579c1
commit
8cb367eaf8
@ -52,6 +52,8 @@ public:
|
||||
/* clear_overrides: equivelant to setting all overrides to 0 */
|
||||
virtual void clear_overrides() = 0;
|
||||
|
||||
/* execute receiver bind */
|
||||
virtual bool rc_bind(int dsmMode) { return false; };
|
||||
};
|
||||
|
||||
#endif // __AP_HAL_RC_INPUT_H__
|
||||
|
Loading…
Reference in New Issue
Block a user