mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
formatting
This commit is contained in:
parent
04f2f3b1e1
commit
74bb64f316
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ static int ndefDecodeExternal_record(NDEFHeader_t *ndef) {
|
||||||
);
|
);
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(INFO, "Payload [%u]...", ndef->PayloadLen);
|
PrintAndLogEx(INFO, "Payload [%zu]...", ndef->PayloadLen);
|
||||||
print_hex_noascii_break(ndef->Payload, ndef->PayloadLen, 32);
|
print_hex_noascii_break(ndef->Payload, ndef->PayloadLen, 32);
|
||||||
|
|
||||||
// do a character check?
|
// do a character check?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue