Browse Source

RC_Channel: do_aux_function_mission_reset to virtual

zr-v5.1
Iampete1 4 years ago committed by Andrew Tridgell
parent
commit
77e1092f46
  1. 2
      libraries/RC_Channel/RC_Channel.h

2
libraries/RC_Channel/RC_Channel.h

@ -273,7 +273,7 @@ protected: @@ -273,7 +273,7 @@ protected:
void do_aux_function_clear_wp(const AuxSwitchPos ch_flag);
void do_aux_function_gripper(const AuxSwitchPos ch_flag);
void do_aux_function_lost_vehicle_sound(const AuxSwitchPos ch_flag);
void do_aux_function_mission_reset(const AuxSwitchPos ch_flag);
virtual void do_aux_function_mission_reset(const AuxSwitchPos ch_flag);
void do_aux_function_rc_override_enable(const AuxSwitchPos ch_flag);
void do_aux_function_relay(uint8_t relay, bool val);
void do_aux_function_sprayer(const AuxSwitchPos ch_flag);

Loading…
Cancel
Save