commented the data indication printf

This commit is contained in:
Mariano Alvira 2010-03-06 18:50:47 -05:00
parent cca5e57261
commit f5391e88dc

View File

@ -344,7 +344,7 @@ void maca_isr(void) {
if (data_indication_irq()) {
*MACA_CLRIRQ = (1 << maca_irq_di);
dma_rx->length = *MACA_GETRXLVL - 2;
PRINTF("maca data ind %x %d\n\r", dma_rx, dma_rx->length);
// PRINTF("maca data ind %x %d\n\r", dma_rx, dma_rx->length);
add_to_rx(dma_rx);
dma_rx = 0;
}