mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
EM410x bug fix
This commit is contained in:
parent
c7d169ec02
commit
327a690813
1 changed files with 1 additions and 0 deletions
|
@ -896,6 +896,7 @@ void CmdEM410xdemod(int findone, int *high, int *low, int ledcontrol)
|
||||||
//Dbprintf("DEBUG: No Tag");
|
//Dbprintf("DEBUG: No Tag");
|
||||||
}
|
}
|
||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
hi = 0;
|
||||||
lo = 0;
|
lo = 0;
|
||||||
clk=0;
|
clk=0;
|
||||||
invert=0;
|
invert=0;
|
||||||
|
|
Loading…
Reference in a new issue