mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
parentheses miss
This commit is contained in:
parent
27735355cd
commit
7c755e20bc
1 changed files with 2 additions and 3 deletions
|
@ -1946,9 +1946,8 @@ void ReaderHitag(hitag_function htf, const hitag_data *htd, bool ledcontrol) {
|
|||
// TODO when using cumulative time for command_start, pm3 doesn't reply anymore, e.g. on lf hitag reader --23 -k 4F4E4D494B52
|
||||
// Use delta time?
|
||||
// command_start = response_start + response_duration;
|
||||
command_start = 0;
|
||||
nrzs = 0;
|
||||
}
|
||||
command_start = 0;
|
||||
nrzs = 0;
|
||||
}
|
||||
|
||||
out:
|
||||
|
|
Loading…
Reference in a new issue