From 910406e82da77f105fc9a9f569d1b3c1753f0322 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Thu, 24 Mar 2022 08:30:07 -0600 Subject: [PATCH] Plane: handle AIRBRAKE RC option --- ArduPlane/RC_Channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduPlane/RC_Channel.cpp b/ArduPlane/RC_Channel.cpp index ec183484c7..fe790e681f 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