mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Plane: RC_Channel: pass trigger object onto ICE
This commit is contained in:
parent
a9b5068fbe
commit
9f29cb0fba
@ -470,7 +470,7 @@ bool RC_Channel_Plane::do_aux_function(const AuxFuncTrigger &trigger)
|
|||||||
|
|
||||||
#if AP_ICENGINE_ENABLED
|
#if AP_ICENGINE_ENABLED
|
||||||
case AUX_FUNC::ICE_START_STOP:
|
case AUX_FUNC::ICE_START_STOP:
|
||||||
plane.g2.ice_control.do_aux_function(ch_flag);
|
plane.g2.ice_control.do_aux_function(trigger);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user