ArduPlane: fix auxiliary typo

This commit is contained in:
Mirko Denecke 2022-01-21 10:09:45 +01:00 committed by Peter Barker
parent 4d34d36ede
commit d6bca7405a

View File

@ -203,7 +203,7 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
} }
} }
// do_aux_function - implement the function invoked by auxillary switches // do_aux_function - implement the function invoked by auxiliary switches
bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwitchPos ch_flag) bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwitchPos ch_flag)
{ {
switch(ch_option) { switch(ch_option) {