mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 00:55:19 +08:00
text
This commit is contained in:
parent
61e59fa913
commit
47d43cfc56
1 changed files with 1 additions and 2 deletions
|
@ -2798,7 +2798,6 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
|
|||
}
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize));
|
||||
DropField();
|
||||
status = NDEFDecodeAndPrint(records, (size_t)maxsize, true);
|
||||
free(records);
|
||||
|
|
Loading…
Reference in a new issue