mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Added comment about removed parameter in CLI.
This commit is contained in:
parent
56f3788cff
commit
d3a70bc635
1 changed files with 2 additions and 0 deletions
|
@ -1420,6 +1420,8 @@ static void cliAdjustmentRange(char *cmdline)
|
||||||
ptr = nextArg(ptr);
|
ptr = nextArg(ptr);
|
||||||
if (ptr) {
|
if (ptr) {
|
||||||
val = atoi(ptr);
|
val = atoi(ptr);
|
||||||
|
// Was: slot
|
||||||
|
// Keeping the parameter to retain backwards compatibility for the command format.
|
||||||
validArgumentCount++;
|
validArgumentCount++;
|
||||||
}
|
}
|
||||||
ptr = nextArg(ptr);
|
ptr = nextArg(ptr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue