X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/33bf54cf3d3f3546f46fa12969c81471cb9a4c69..15cdabd474e7c90bc86fc8c1f2a1ca854ea9f6da:/client/cmddata.c diff --git a/client/cmddata.c b/client/cmddata.c index d27ca18b..5d012199 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -561,7 +561,7 @@ int CmdManchesterDemod(const char *Cmd) /* But it does not work if compiling on WIndows: therefore we just allocate a */ /* large array */ - int BitStream[MAX_GRAPH_TRACE_LEN]; + uint8_t BitStream[MAX_GRAPH_TRACE_LEN]; /* Detect high and lows */ for (i = 0; i < GraphTraceLen; i++)