1
0
Fork 0
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:
KiteAnton 2016-07-13 19:44:11 +02:00
parent d3cfc5f1cb
commit fbdd6547f2
2 changed files with 18 additions and 17 deletions

View file

@ -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;