mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf iclass chk - textual
This commit is contained in:
parent
ddfca6b415
commit
1fa2654f15
1 changed files with 1 additions and 2 deletions
|
@ -2865,14 +2865,13 @@ static int CmdHFiClassCheckKeys(const char *Cmd) {
|
||||||
if (found_key) {
|
if (found_key) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
t1 = msclock() - t1;
|
t1 = msclock() - t1;
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.0f") " seconds", (float)t1 / 1000.0);
|
PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.3f") " seconds", (float)t1 / 1000.0);
|
||||||
DropField();
|
DropField();
|
||||||
|
|
||||||
if (found_key) {
|
if (found_key) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue