CHG: finally, the ticks timer does what it is supposed to do. 32bits and working.

This commit is contained in:
iceman1001 2016-09-29 21:36:43 +02:00
commit c649c43389
4 changed files with 21 additions and 19 deletions

View file

@ -425,12 +425,14 @@ int CmdLegicRFRead(const char *Cmd) {
uint16_t len = resp.arg[1] & 0x3FF;
if ( isOK ) {
PrintAndLog("use 'hf legic decode'");
}
uint8_t *data = resp.d.asBytes;
PrintAndLog("\nData |");
PrintAndLog("-----------------------------");
PrintAndLog(" %s|\n", sprint_hex(data, len));
// }
} else {
PrintAndLog("failed reading tag");
}
} else {
PrintAndLog("command execution time out");
return 1;