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 2b7bf53 commit d049e1dCopy full SHA for d049e1d
libraries/I2S/src/utility/DMA.cpp
@@ -59,7 +59,7 @@ void DMAClass::begin()
59
60
// enable the interrupt at lowest priority
61
NVIC_EnableIRQ(DMAC_IRQn);
62
- NVIC_SetPriority(I2S_IRQn, (1 << __NVIC_PRIO_BITS) - 1);
+ NVIC_SetPriority(DMAC_IRQn, (1 << __NVIC_PRIO_BITS) - 1);
63
}
64
65
_beginCount++;
0 commit comments