Plane: handle AIRBRAKE RC option

This commit is contained in:
Mark Whitehorn 2022-03-24 08:30:07 -06:00 committed by Randy Mackay
parent b42043b88e
commit da07cd344c
1 changed files with 1 additions and 0 deletions

View File

@ -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