From aa5bbe6a9b16573b69c51f1a4a8c7a06ec5dc2c8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 24 Apr 2016 21:45:22 +0200 Subject: [PATCH] CHG: changed this call, to the #define name instead. --- armsrc/iclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5