mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
MSP cleanup, commands should really be in order
This commit is contained in:
parent
d3cfc5f1cb
commit
fbdd6547f2
2 changed files with 18 additions and 17 deletions
|
@ -2507,7 +2507,7 @@ static void cliName(char *cmdline)
|
|||
strcpy(masterConfig.name, cmdline);
|
||||
cliPrintf("name %s\r\n", masterConfig.name);
|
||||
} else {
|
||||
cliPrintf("Max allowed name size is %d\r\n", MAX_NAME_LENGTH);
|
||||
cliPrintf("Max allowed name length is %d\r\n", MAX_NAME_LENGTH);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue