1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

reorder aux/adjrange commands, commands must be alphabetically sorted

due to the command-lookup code.
This commit is contained in:
Dominic Clifton 2014-10-24 21:30:12 +01:00
parent 066c814a8a
commit a406cb6f96

View file

@ -141,8 +141,8 @@ typedef struct {
// should be sorted a..z for bsearch()
const clicmd_t cmdTable[] = {
{ "aux", "show/set aux settings", cliAux },
{ "adjrange", "show/set adjustment ranges settings", cliAdjustmentRange },
{ "aux", "show/set aux settings", cliAux },
{ "cmix", "design custom mixer", cliCMix },
#ifdef LED_STRIP
{ "color", "configure colors", cliColor },