]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/BigBuf.c
FIX: an extra break inside "Hf mf cgetsc" made it not read the fourth block in the...
[proxmark3-svn] / armsrc / BigBuf.c
index f3f23ddc9fe40b56004c1fe27e93fce17b1900ec..b3a9a1321ca0f9f4dfc492dcc4af01f55f7271bf 100644 (file)
@@ -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
@@ -58,7 +58,7 @@ void BigBuf_Clear_ext(bool verbose)
 {
        memset(BigBuf,0,BIGBUF_SIZE);
        if (verbose) 
-       Dbprintf("Buffer cleared (%i bytes)",BIGBUF_SIZE);
+               Dbprintf("Buffer cleared (%i bytes)",BIGBUF_SIZE);
 }
 
 
Impressum, Datenschutz