mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
chg: reseting values
This commit is contained in:
parent
bc639bc3ec
commit
8ffe97c75b
1 changed files with 2 additions and 0 deletions
|
@ -1337,6 +1337,8 @@ int CmdHF14AMfChk_fast(const char *Cmd) {
|
|||
if ( res == 0 || res == 2 )
|
||||
goto out;
|
||||
} // end chunks of keys
|
||||
firstChunk = true;
|
||||
lastChunk = false;
|
||||
} // end strategy
|
||||
out:
|
||||
t1 = msclock() - t1;
|
||||
|
|
Loading…
Reference in a new issue