mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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);
|
||||
if (ptr) {
|
||||
val = atoi(ptr);
|
||||
// Was: slot
|
||||
// Keeping the parameter to retain backwards compatibility for the command format.
|
||||
validArgumentCount++;
|
||||
}
|
||||
ptr = nextArg(ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue