X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c6f1fb9dbda21e3d848b32918307cc205a95dbc1..245e844e80045bc566331c0e59a75e19d15e5bd8:/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++)