mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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()
|
||||
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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue