From 77e1092f46a79466d48eda5a737981d2b93d5f94 Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Fri, 12 Mar 2021 21:54:38 +0000 Subject: [PATCH] RC_Channel: do_aux_function_mission_reset to virtual --- libraries/RC_Channel/RC_Channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.h b/libraries/RC_Channel/RC_Channel.h index aea20b0896..acb69b63dc 100644 --- a/libraries/RC_Channel/RC_Channel.h +++ b/libraries/RC_Channel/RC_Channel.h @@ -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);