]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: changed this call, to the #define name instead.
authoriceman1001 <iceman@iuse.se>
Sun, 24 Apr 2016 19:45:22 +0000 (21:45 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 24 Apr 2016 19:45:22 +0000 (21:45 +0200)
armsrc/iclass.c

index 8c3be1f6a1f9bb64c0c44ea24cca68eeb52221bb..aff0dd758f7c87246ccfd7919dab0d8cf2fca44d 100644 (file)
@@ -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();
Impressum, Datenschutz