diff --git a/drivers/hub75/hub75.cpp b/drivers/hub75/hub75.cpp index a894b70d..0b0ffbf5 100644 --- a/drivers/hub75/hub75.cpp +++ b/drivers/hub75/hub75.cpp @@ -146,7 +146,6 @@ void Hub75::start(irq_handler_t handler) { dma_channel_set_irq0_enabled(dma_channel, true); - irq_set_enabled(pio_get_dreq(pio, sm_data, true), true); irq_set_enabled(DMA_IRQ_0, true); row = 0; @@ -275,4 +274,4 @@ void Hub75::update(PicoGraphics *graphics) { } } } -} \ No newline at end of file +}