From d6bca7405afd7a094483333aa4c01221d44eb06c Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Fri, 21 Jan 2022 10:09:45 +0100 Subject: [PATCH] ArduPlane: fix auxiliary typo --- ArduPlane/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/RC_Channel.cpp b/ArduPlane/RC_Channel.cpp index fe790e681f..42985b16ea 100644 --- a/ArduPlane/RC_Channel.cpp +++ b/ArduPlane/RC_Channel.cpp @@ -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) {