mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Plane: init aux function cases in alphabetical order
This commit is contained in:
parent
610366e4bd
commit
accdf53a5b
@ -59,10 +59,10 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
|
|||||||
switch(ch_option) {
|
switch(ch_option) {
|
||||||
// the following functions do not need to be initialised:
|
// the following functions do not need to be initialised:
|
||||||
case AUX_FUNC::ARMDISARM:
|
case AUX_FUNC::ARMDISARM:
|
||||||
case AUX_FUNC::INVERTED:
|
|
||||||
case AUX_FUNC::AUTO:
|
case AUX_FUNC::AUTO:
|
||||||
case AUX_FUNC::CIRCLE:
|
case AUX_FUNC::CIRCLE:
|
||||||
case AUX_FUNC::GUIDED:
|
case AUX_FUNC::GUIDED:
|
||||||
|
case AUX_FUNC::INVERTED:
|
||||||
case AUX_FUNC::MANUAL:
|
case AUX_FUNC::MANUAL:
|
||||||
case AUX_FUNC::RTL:
|
case AUX_FUNC::RTL:
|
||||||
case AUX_FUNC::TAKEOFF:
|
case AUX_FUNC::TAKEOFF:
|
||||||
|
Loading…
Reference in New Issue
Block a user