]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed ISSUE 15 in iso14443a.c - Gerhard
authordekoninggans@gmail.com <dekoninggans@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 28 Jan 2011 12:34:05 +0000 (12:34 +0000)
committerdekoninggans@gmail.com <dekoninggans@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 28 Jan 2011 12:34:05 +0000 (12:34 +0000)
armsrc/iso14443a.c

index dd0f2689acb37351e7cf4d043552df95270e97b7..75015582780b1f2975badec7cee8cc7e7ab23a55 100644 (file)
@@ -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;
Impressum, Datenschutz