]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/hitagS.c
Avoid link error due to duplicate definition of blocknr in hitag.c and hitagS.c ...
[proxmark3-svn] / armsrc / hitagS.c
index 5da170bbcc5e8b125bff365f856d2eb7fae2e4e5..2f5d62897de94bf74efb350b97b9f04088d2d524 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include "proxmark3.h"
 #include "apps.h"
+#include "usb_cdc.h"
 #include "util.h"
 #include "hitag.h"
 #include "string.h"
@@ -41,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;
-size_t blocknr;
 bool end=false;
 
 // Single bit Hitag2 functions:
Impressum, Datenschutz