mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
reorder aux/adjrange commands, commands must be alphabetically sorted
due to the command-lookup code.
This commit is contained in:
parent
066c814a8a
commit
a406cb6f96
1 changed files with 1 additions and 1 deletions
|
@ -141,8 +141,8 @@ typedef struct {
|
||||||
|
|
||||||
// should be sorted a..z for bsearch()
|
// should be sorted a..z for bsearch()
|
||||||
const clicmd_t cmdTable[] = {
|
const clicmd_t cmdTable[] = {
|
||||||
{ "aux", "show/set aux settings", cliAux },
|
|
||||||
{ "adjrange", "show/set adjustment ranges settings", cliAdjustmentRange },
|
{ "adjrange", "show/set adjustment ranges settings", cliAdjustmentRange },
|
||||||
|
{ "aux", "show/set aux settings", cliAux },
|
||||||
{ "cmix", "design custom mixer", cliCMix },
|
{ "cmix", "design custom mixer", cliCMix },
|
||||||
#ifdef LED_STRIP
|
#ifdef LED_STRIP
|
||||||
{ "color", "configure colors", cliColor },
|
{ "color", "configure colors", cliColor },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue