mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fixed output
This commit is contained in:
parent
9fc6a16779
commit
7862f4ad5b
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd)
|
||||||
respsize = sizeof(response6);
|
respsize = sizeof(response6);
|
||||||
} else {
|
} else {
|
||||||
// Never seen this command before
|
// Never seen this command before
|
||||||
Dbprintf("Received unknown command (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x",
|
Dbprintf("Received (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x",
|
||||||
len,
|
len,
|
||||||
receivedCmd[0], receivedCmd[1], receivedCmd[2],
|
receivedCmd[0], receivedCmd[1], receivedCmd[2],
|
||||||
receivedCmd[3], receivedCmd[4], receivedCmd[5],
|
receivedCmd[3], receivedCmd[4], receivedCmd[5],
|
||||||
|
|
Loading…
Reference in a new issue