From 7dd8e809de2e25933ba61a2675975f183c86b3d1 Mon Sep 17 00:00:00 2001 From: "murata,katsutoshi" Date: Wed, 3 Jul 2024 07:31:53 +0900 Subject: [PATCH] Update libraries/RC_Channel/RC_Channel.cpp Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com> --- libraries/RC_Channel/RC_Channel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index 4f4fb190c70a05..7d349962d1061a 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -1278,8 +1278,9 @@ void RC_Channel::do_aux_function_retract_mount(const AuxSwitchPos ch_flag, const mount->set_mode_to_default(instance); break; } -#endif // HAL_MOUNT_ENABLED } +#endif // HAL_MOUNT_ENABLED + bool RC_Channel::run_aux_function(AUX_FUNC ch_option, AuxSwitchPos pos, AuxFuncTriggerSource source) {