We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf63ca commit e70c40bCopy full SHA for e70c40b
drivers/hub75/hub75.cpp
@@ -160,7 +160,6 @@ void Hub75::start(irq_handler_t handler) {
160
void Hub75::stop(irq_handler_t handler) {
161
162
irq_set_enabled(DMA_IRQ_0, false);
163
- irq_set_enabled(pio_get_dreq(pio, sm_data, true), false);
164
165
if(dma_channel != -1 && dma_channel_is_claimed(dma_channel)) {
166
dma_channel_set_irq0_enabled(dma_channel, false);
0 commit comments