Small typo in kitchen_sink (#642)
This commit is contained in:
parent
e4d6ff9ecd
commit
cc1e2e8758
@ -84,7 +84,7 @@ void __isr dma_handler_b(void) {
|
|||||||
printf("HELLO B\n");
|
printf("HELLO B\n");
|
||||||
if (dma_hw->ints1 & 1) {
|
if (dma_hw->ints1 & 1) {
|
||||||
dma_hw->ints1 = 1;
|
dma_hw->ints1 = 1;
|
||||||
printf("B WINS DNA_TO %08x\n", (uint) dma_to);
|
printf("B WINS DMA_TO %08x\n", (uint) dma_to);
|
||||||
// irq_remove_handler(DMA_IRQ_1, dma_handler_b);
|
// irq_remove_handler(DMA_IRQ_1, dma_handler_b);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user