mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 19:29:50 +00:00
commented the data indication printf
This commit is contained in:
parent
cca5e57261
commit
f5391e88dc
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user