From 77a7c1bdf745847997ec9606085c4ce3b34b0bd0 Mon Sep 17 00:00:00 2001 From: Arjun Vinod Date: Thu, 11 Apr 2019 14:46:02 -0400 Subject: [PATCH] RC_Channel: fixed typo --- libraries/RC_Channel/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index ff2c43d8df..7ba81f8bf9 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -431,7 +431,7 @@ void RC_Channel::init_aux_function(const aux_func_t ch_option, const aux_switch_ case AUX_FUNC::AVOID_PROXIMITY: do_aux_function(ch_option, ch_flag); break; - // the following functions to not need to be initialised: + // the following functions do not need to be initialised: case AUX_FUNC::RELAY: case AUX_FUNC::RELAY2: case AUX_FUNC::RELAY3: