Skip to content

Commit

Permalink
Update libraries/RC_Channel/RC_Channel.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
muramura and IamPete1 authored Jul 2, 2024
1 parent adb8ab1 commit a39ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/RC_Channel/RC_Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,9 +1260,9 @@ void RC_Channel::do_aux_function_fft_notch_tune(const AuxSwitchPos ch_flag)
* @param [in] instance 0: RETRACT MOUNT 1 <br>
* 1: RETRACT MOUNT 2
*/
#if HAL_MOUNT_ENABLED
void RC_Channel::do_aux_function_retract_mount(const AuxSwitchPos ch_flag, const uint8_t instance)
{
#if HAL_MOUNT_ENABLED
AP_Mount *mount = AP::mount();
if (mount == nullptr) {
return;
Expand Down

0 comments on commit a39ee66

Please sign in to comment.