mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -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;
|
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
|
// read_3pos_switch
|
||||||
|
Loading…
Reference in New Issue
Block a user