Update esp32_i2s_parallel_dma.c
This commit is contained in:
parent
86063fe594
commit
6b86ae8c01
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ void setShiftCompleteCallback(callback f) {
|
||||||
shiftCompleteCallback = f;
|
shiftCompleteCallback = f;
|
||||||
}
|
}
|
||||||
|
|
||||||
volatile int previousBufferOutputLoopCount = 0;
|
volatile int DRAM_ATTR previousBufferOutputLoopCount = 0;
|
||||||
volatile bool previousBufferFree = true;
|
volatile bool DRAM_ATTR previousBufferFree = true;
|
||||||
|
|
||||||
static void IRAM_ATTR irq_hndlr(void* arg) { // if we use I2S1 (default)
|
static void IRAM_ATTR irq_hndlr(void* arg) { // if we use I2S1 (default)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue