From 499ace646aa82f04a8710a8679e4fd4efa836d8d Mon Sep 17 00:00:00 2001 From: loudnl Date: Thu, 16 Jan 2025 20:13:03 +0100 Subject: [PATCH] Whoops ;) --- src/gpio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gpio.c b/src/gpio.c index 8edf274..c998ba6 100644 --- a/src/gpio.c +++ b/src/gpio.c @@ -164,7 +164,6 @@ void setup_piobus(void) void setup_dmachannels(void) { /* NOTE: Do not manually assign DMA channels, this causes a Panic on the PicoW */ CFG("[DMA CHANNELS INIT] START\n"); - dma_claim_mask(0b1111); { /* dma controlbus */ dma_tx_control = dma_claim_unused_channel(true);