Plane: init aux function cases in alphabetical order

This commit is contained in:
Randy Mackay 2019-11-09 14:25:27 +09:00 committed by Peter Barker
parent 610366e4bd
commit accdf53a5b

View File

@ -59,10 +59,10 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
switch(ch_option) {
// the following functions do not need to be initialised:
case AUX_FUNC::ARMDISARM:
case AUX_FUNC::INVERTED:
case AUX_FUNC::AUTO:
case AUX_FUNC::CIRCLE:
case AUX_FUNC::GUIDED:
case AUX_FUNC::INVERTED:
case AUX_FUNC::MANUAL:
case AUX_FUNC::RTL:
case AUX_FUNC::TAKEOFF: