mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 17:55:28 +03:00
Invalid value spacing
This commit is contained in:
parent
e5a72001c0
commit
01350bc922
1 changed files with 1 additions and 1 deletions
|
@ -2293,7 +2293,7 @@ static void cliSet(char *cmdline)
|
||||||
cliPrintf("%s set to ", name);
|
cliPrintf("%s set to ", name);
|
||||||
cliPrintVar(val, 0);
|
cliPrintVar(val, 0);
|
||||||
} else {
|
} else {
|
||||||
cliPrint("Invalid value.");
|
cliPrint("Invalid value. ");
|
||||||
cliPrintVarRange(val);
|
cliPrintVarRange(val);
|
||||||
cliPrintLinefeed();
|
cliPrintLinefeed();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue