X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/810f53792ea438c1b70eaa1f934db1e5c96220cb..685d366c738db4d9902fb574d41a8034cbca08b1:/armsrc/BigBuf.c diff --git a/armsrc/BigBuf.c b/armsrc/BigBuf.c index da86e9d3..b3a9a132 100644 --- a/armsrc/BigBuf.c +++ b/armsrc/BigBuf.c @@ -27,7 +27,7 @@ static uint16_t BigBuf_hi = BIGBUF_SIZE; static uint8_t *emulator_memory = NULL; // trace related variables -static uint16_t traceLen = 0; +static uint16_t traceLen; int tracing = 1; //Last global one.. todo static? // get the address of BigBuf