1
0
Fork 0
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:
Michael Keller 2019-06-05 13:30:30 +12:00
parent 56f3788cff
commit d3a70bc635

View file

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