1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Invalid value spacing

This commit is contained in:
Niccolò Maggioni 2019-01-24 21:57:53 +01:00
parent e5a72001c0
commit 01350bc922
No known key found for this signature in database
GPG key ID: 4874B0C841E33264

View file

@ -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();
} }