Browse Source

Plane: handle AIRBRAKE RC option

apm_2208
Mark Whitehorn 3 years ago committed by Peter Hall
parent
commit
910406e82d
  1. 1
      ArduPlane/RC_Channel.cpp

1
ArduPlane/RC_Channel.cpp

@ -268,6 +268,7 @@ bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwit @@ -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

Loading…
Cancel
Save