From aa5bbe6a9b16573b69c51f1a4a8c7a06ec5dc2c8 Mon Sep 17 00:00:00 2001
From: iceman1001 <iceman@iuse.se>
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 8c3be1f6a..aff0dd758 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();