From: iceman1001 Date: Sun, 24 Apr 2016 19:45:22 +0000 (+0200) Subject: CHG: changed this call, to the #define name instead. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/aa5bbe6a9b16573b69c51f1a4a8c7a06ec5dc2c8?ds=inline CHG: changed this call, to the #define name instead. --- diff --git a/armsrc/iclass.c b/armsrc/iclass.c index 8c3be1f6..aff0dd75 100644 --- a/armsrc/iclass.c +++ b/armsrc/iclass.c @@ -807,7 +807,7 @@ void RAMFUNC SnoopIClass(void) Dbprintf("%x %x %x", Uart.byteCntMax, BigBuf_get_traceLen(), (int)Uart.output[0]); done: - AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS; + FpgaDisableSscDma(); Dbprintf("%x %x %x", maxBehindBy, Uart.state, Uart.byteCnt); Dbprintf("%x %x %x", Uart.byteCntMax, BigBuf_get_traceLen(), (int)Uart.output[0]); LEDsoff();