RC_Channel: do_aux_function_mission_reset to virtual

This commit is contained in:
Iampete1 2021-03-12 21:54:38 +00:00 committed by Andrew Tridgell
parent 5f555e5314
commit 77e1092f46

View File

@ -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);