Small typo in kitchen_sink (#642)

This commit is contained in:
Andrew Scheller
2021-10-30 14:29:26 +01:00
committed by GitHub
parent e4d6ff9ecd
commit cc1e2e8758

View File

@ -84,7 +84,7 @@ void __isr dma_handler_b(void) {
printf("HELLO B\n");
if (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);
}
}