From: dekoninggans@gmail.com Date: Fri, 28 Jan 2011 12:34:05 +0000 (+0000) Subject: Fixed ISSUE 15 in iso14443a.c - Gerhard X-Git-Tag: v1.0.0~266 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d82c6ebb847df8f291a2ab0dec57ce952db84b05 Fixed ISSUE 15 in iso14443a.c - Gerhard --- diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index dd0f2689..75015582 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -630,7 +630,8 @@ void RAMFUNC SnoopIso14443a(void) // As we receive stuff, we copy it from receivedCmd or receivedResponse // into trace, along with its length and other annotations. //uint8_t *trace = (uint8_t *)BigBuf; - //int traceLen = 0; + + traceLen = 0; // uncommented to fix ISSUE 15 - gerhard - jan2011 // The DMA buffer, used to stream samples from the FPGA int8_t *dmaBuf = ((int8_t *)BigBuf) + DMA_BUFFER_OFFSET;