]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
fixed iso14443b snoop, plus compiling issue of redefined parameter, please take care...
[proxmark3-svn] / client / cmdlfem4x.c
index 8bb4d1091e08ed3ea463a02796d12aa66da1f1a4..09bd1920f1e2e560a1d17520be7634534f21e288 100644 (file)
@@ -9,6 +9,7 @@
 //-----------------------------------------------------------------------------
 
 #include <stdio.h>
+#include <string.h>
 #include "proxusb.h"
 #include "ui.h"
 #include "graph.h"
@@ -33,7 +34,7 @@ int CmdEM410xRead(const char *Cmd)
   int parity[4];
   char id[11];
   int retested = 0;
-  int BitStream[MAX_GRAPH_TRACE_LEN];
+  uint8_t BitStream[MAX_GRAPH_TRACE_LEN];
   high = low = 0;
 
   /* Detect high and lows and clock */
Impressum, Datenschutz