]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Avoid link error due to duplicate definition of blocknr in hitag.c and hitagS.c ...
authorpwpiwi <pwpiwi@users.noreply.github.com>
Mon, 25 Jan 2021 08:26:27 +0000 (09:26 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 08:26:27 +0000 (09:26 +0100)
armsrc/hitagS.c

index 8f40146a6591dcb0c0e3342137d07de60df935d9..2f5d62897de94bf74efb350b97b9f04088d2d524 100644 (file)
@@ -42,7 +42,6 @@ static int sof_bits;            //number of start-of-frame bits
 static byte_t pwdh0, pwdl0, pwdl1;  //password bytes
 static uint32_t rnd = 0x74124485;   //randomnumber
 static int test = 0;
 static byte_t pwdh0, pwdl0, pwdl1;  //password bytes
 static uint32_t rnd = 0x74124485;   //randomnumber
 static int test = 0;
-size_t blocknr;
 bool end=false;
 
 // Single bit Hitag2 functions:
 bool end=false;
 
 // Single bit Hitag2 functions:
Impressum, Datenschutz