mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
fix hf 15 samples cliparser
This commit is contained in:
parent
b0eef72739
commit
20738a57a8
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ static int CmdHF15Samples(const char *Cmd) {
|
|||
arg_param_begin,
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
clearCommandBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue