]> 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 e7533da7a7367e05a562133881c9cb56466b93b0..2f5d62897de94bf74efb350b97b9f04088d2d524 100644 (file)
@@ -17,7 +17,7 @@
 #include <stdlib.h>
 #include "proxmark3.h"
 #include "apps.h"
-#include "cmd.h"
+#include "usb_cdc.h"
 #include "util.h"
 #include "hitag.h"
 #include "string.h"
@@ -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;
-size_t blocknr;
 bool end=false;
 
 // Single bit Hitag2 functions:
Impressum, Datenschutz