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) {