mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: set source index when running aux functions
This commit is contained in:
parent
c0d1be4d2e
commit
b5df1c2554
@ -194,7 +194,7 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::AUX_FUNC ch_option,
|
|||||||
#if AP_ICENGINE_ENABLED
|
#if AP_ICENGINE_ENABLED
|
||||||
case AUX_FUNC::ICE_START_STOP:
|
case AUX_FUNC::ICE_START_STOP:
|
||||||
#endif
|
#endif
|
||||||
run_aux_function(ch_option, ch_flag, AuxFuncTrigger::Source::INIT);
|
run_aux_function(ch_option, ch_flag, AuxFuncTrigger::Source::INIT, ch_in);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AUX_FUNC::REVERSE_THROTTLE:
|
case AUX_FUNC::REVERSE_THROTTLE:
|
||||||
|
Loading…
Reference in New Issue
Block a user