mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
RC_Channel: do_aux_function_armdisarm no longer needs to be virtual
This commit is contained in:
parent
39ca7dae1c
commit
c67705b02d
@ -293,7 +293,7 @@ protected:
|
|||||||
// virtual function to be overridden my subclasses
|
// virtual function to be overridden my subclasses
|
||||||
virtual bool do_aux_function(aux_func_t ch_option, AuxSwitchPos);
|
virtual bool do_aux_function(aux_func_t ch_option, AuxSwitchPos);
|
||||||
|
|
||||||
virtual void do_aux_function_armdisarm(const AuxSwitchPos ch_flag);
|
void do_aux_function_armdisarm(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_avoid_adsb(const AuxSwitchPos ch_flag);
|
void do_aux_function_avoid_adsb(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_avoid_proximity(const AuxSwitchPos ch_flag);
|
void do_aux_function_avoid_proximity(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_camera_trigger(const AuxSwitchPos ch_flag);
|
void do_aux_function_camera_trigger(const AuxSwitchPos ch_flag);
|
||||||
|
Loading…
Reference in New Issue
Block a user