mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge remote-tracking branch 'upstream/master' into felica_support_request_service
# Conflicts: # client/cmdhffelica.c
This commit is contained in:
commit
94cc2c0473
2 changed files with 4 additions and 5 deletions
|
@ -622,7 +622,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||
return PM3_ETIMEOUT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(SUCCESS, "Recorded Activity (trace len = %"PRIu64" bytes)", tracelen);
|
||||
PrintAndLogEx(SUCCESS, "Recorded Activity (trace len = %"PRIu32" bytes)", tracelen);
|
||||
|
||||
print_hex_break(trace, tracelen, 32);
|
||||
printSep();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue