CHG: changed this call, to the #define name instead.

This commit is contained in:
iceman1001 2016-04-24 21:45:22 +02:00
parent 18b90cce48
commit aa5bbe6a9b

View 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();