mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
textual
This commit is contained in:
parent
160f150dce
commit
5618f71ac7
1 changed files with 2 additions and 2 deletions
|
@ -2312,8 +2312,8 @@ static int CmdDataNDEF(const char *Cmd) {
|
|||
|
||||
CLIParserFree();
|
||||
|
||||
NDEFRecordsDecodeAndPrint(data, datalen);
|
||||
return PM3_SUCCESS;
|
||||
PrintAndLogEx(INFO, "Parsed NDEF Records");
|
||||
return NDEFRecordsDecodeAndPrint(data, datalen);
|
||||
}
|
||||
|
||||
static command_t CommandTable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue