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
1 changed files with 1 additions and 1 deletions

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 },