mirror of https://github.com/ArduPilot/ardupilot
Plane: handle AIRBRAKE RC option
This commit is contained in:
parent
7f6a0aac3a
commit
2fd34a1f76
|
@ -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::FLAP:
|
||||||
case AUX_FUNC::FBWA_TAILDRAGGER:
|
case AUX_FUNC::FBWA_TAILDRAGGER:
|
||||||
|
case AUX_FUNC::AIRBRAKE:
|
||||||
break; // input labels, nothing to do
|
break; // input labels, nothing to do
|
||||||
|
|
||||||
#if HAL_QUADPLANE_ENABLED
|
#if HAL_QUADPLANE_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue