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
1 changed files with 1 additions and 1 deletions

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)
{
switch(ch_option) {