Plane: set source index when running aux functions

This commit is contained in:
Iampete1 2024-12-20 22:25:04 +00:00
parent c0d1be4d2e
commit b5df1c2554
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::AUX_FUNC ch_option,
#if AP_ICENGINE_ENABLED
case AUX_FUNC::ICE_START_STOP:
#endif
run_aux_function(ch_option, ch_flag, AuxFuncTrigger::Source::INIT);
run_aux_function(ch_option, ch_flag, AuxFuncTrigger::Source::INIT, ch_in);
break;
case AUX_FUNC::REVERSE_THROTTLE: