mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-31 12:00:10 -07:00
Removed unused variable
This commit is contained in:
parent
ae8e8a4372
commit
854b9a233f
1 changed files with 0 additions and 1 deletions
|
@ -780,7 +780,6 @@ void CmdEM410xdemod(int findone, int *high, int *low, int ledcontrol)
|
||||||
void CmdIOdemodFSK(int findone, int *high, int *low, int ledcontrol)
|
void CmdIOdemodFSK(int findone, int *high, int *low, int ledcontrol)
|
||||||
{
|
{
|
||||||
uint8_t *dest = (uint8_t *)BigBuf;
|
uint8_t *dest = (uint8_t *)BigBuf;
|
||||||
size_t size=0;
|
|
||||||
int idx=0;
|
int idx=0;
|
||||||
uint32_t code=0, code2=0;
|
uint32_t code=0, code2=0;
|
||||||
uint8_t version=0;
|
uint8_t version=0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue