Update esp32_i2s_parallel_dma.c
This commit is contained in:
parent
ef2f5a4ccb
commit
736e1690fa
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ void i2s_parallel_flip_to_buffer(i2s_port_t port, int buffer_id) {
|
|||
i2s_parallel_set_previous_buffer_not_free();
|
||||
}
|
||||
|
||||
bool i2s_parallel_is_previous_buffer_free() {
|
||||
bool IRAM_ATTR i2s_parallel_is_previous_buffer_free() {
|
||||
return previousBufferFree;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue