mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 16:38:30 -04:00
RC_Channel: re-instate init_aux_function call.
This commit is contained in:
parent
5726c03e38
commit
efb5800d07
@ -1918,7 +1918,7 @@ void RC_Channel::init_aux()
|
||||
position = AuxSwitchPos::LOW;
|
||||
}
|
||||
|
||||
run_aux_function((AUX_FUNC)option.get(), position, AuxFuncTrigger::Source::INIT, ch_in);
|
||||
init_aux_function((AUX_FUNC)option.get(), position);
|
||||
}
|
||||
|
||||
// read_3pos_switch
|
||||
|
Loading…
Reference in New Issue
Block a user