mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-12 16:22:59 -07:00
Fixed ISSUE 15 in iso14443a.c - Gerhard
This commit is contained in:
parent
9455b51c2a
commit
d82c6ebb84
1 changed files with 2 additions and 1 deletions
|
@ -630,7 +630,8 @@ void RAMFUNC SnoopIso14443a(void)
|
||||||
// As we receive stuff, we copy it from receivedCmd or receivedResponse
|
// As we receive stuff, we copy it from receivedCmd or receivedResponse
|
||||||
// into trace, along with its length and other annotations.
|
// into trace, along with its length and other annotations.
|
||||||
//uint8_t *trace = (uint8_t *)BigBuf;
|
//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
|
// The DMA buffer, used to stream samples from the FPGA
|
||||||
int8_t *dmaBuf = ((int8_t *)BigBuf) + DMA_BUFFER_OFFSET;
|
int8_t *dmaBuf = ((int8_t *)BigBuf) + DMA_BUFFER_OFFSET;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue