Skip to content

Commit

Permalink
Whoops ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Jan 16, 2025
1 parent b512390 commit 499ace6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 499ace6

Please sign in to comment.