mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 05:31:17 -07:00
Avoid link error due to duplicate definition of blocknr in hitag.c and hitagS.c (#963)
This commit is contained in:
parent
622dd1af3b
commit
efd0327132
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ static int sof_bits; //number of start-of-frame bits
|
||||||
static byte_t pwdh0, pwdl0, pwdl1; //password bytes
|
static byte_t pwdh0, pwdl0, pwdl1; //password bytes
|
||||||
static uint32_t rnd = 0x74124485; //randomnumber
|
static uint32_t rnd = 0x74124485; //randomnumber
|
||||||
static int test = 0;
|
static int test = 0;
|
||||||
size_t blocknr;
|
|
||||||
bool end=false;
|
bool end=false;
|
||||||
|
|
||||||
// Single bit Hitag2 functions:
|
// Single bit Hitag2 functions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue