cliparser: generalize ctx usage

This commit is contained in:
Philippe Teuwen
2020-06-10 11:34:33 +02:00
parent 569107579e
commit cb614f3f11
9 changed files with 181 additions and 181 deletions

View File

@@ -2911,7 +2911,7 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
};
CLIExecWithReturn(ctx, Cmd, argtable, true);
CLIGetHexWithReturn(ctx, 1, key, &keylen);
swapEndian = arg_get_lit(2);
swapEndian = arg_get_lit(ctx, 2);
CLIParserFree(ctx);
switch (keylen) {