diff --git a/ArduPlane/RC_Channel.cpp b/ArduPlane/RC_Channel.cpp index dcf71e5085..efd85efd66 100644 --- a/ArduPlane/RC_Channel.cpp +++ b/ArduPlane/RC_Channel.cpp @@ -268,6 +268,7 @@ bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwit case AUX_FUNC::FLAP: case AUX_FUNC::FBWA_TAILDRAGGER: + case AUX_FUNC::AIRBRAKE: break; // input labels, nothing to do #if HAL_QUADPLANE_ENABLED