mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
CHG: mental note to self, capslock is bad.
This commit is contained in:
parent
61d36d3695
commit
e4b65f5bc1
1 changed files with 1 additions and 1 deletions
|
@ -1106,7 +1106,7 @@ void CmdIOdemodFSK(int findone, int *high, int *low, int ledcontrol)
|
||||||
if (ledcontrol) LED_A_OFF();
|
if (ledcontrol) LED_A_OFF();
|
||||||
*high=code;
|
*high=code;
|
||||||
*low=code2;
|
*low=code2;
|
||||||
goto out;
|
goto OUT;
|
||||||
}
|
}
|
||||||
code=code2=0;
|
code=code2=0;
|
||||||
version=facilitycode=0;
|
version=facilitycode=0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue