Skip to content

Commit

Permalink
Plane: RC_Channel: pass trigger object onto ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Dec 13, 2024
1 parent a7239d1 commit f2ce8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/RC_Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ bool RC_Channel_Plane::do_aux_function(const AuxFuncTrigger &trigger)

#if AP_ICENGINE_ENABLED
case AUX_FUNC::ICE_START_STOP:
plane.g2.ice_control.do_aux_function(ch_flag);
plane.g2.ice_control.do_aux_function(trigger);
break;
#endif

Expand Down

0 comments on commit f2ce8c9

Please sign in to comment.