mirror of https://github.com/ArduPilot/ardupilot
Plane:allow airbrakes to be used
This commit is contained in:
parent
674d7facde
commit
21d7a8102e
|
@ -154,6 +154,7 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
|
|||
case AUX_FUNC::RTL:
|
||||
case AUX_FUNC::TAKEOFF:
|
||||
case AUX_FUNC::FBWA:
|
||||
case AUX_FUNC::AIRBRAKE:
|
||||
#if HAL_QUADPLANE_ENABLED
|
||||
case AUX_FUNC::QRTL:
|
||||
case AUX_FUNC::QSTABILIZE:
|
||||
|
|
Loading…
Reference in New Issue