Update esp32_i2s_parallel_dma.c

This commit is contained in:
mrfaptastic 2023-02-20 18:47:19 +10:00 committed by GitHub
parent ef2f5a4ccb
commit 736e1690fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -433,7 +433,7 @@ void i2s_parallel_flip_to_buffer(i2s_port_t port, int buffer_id) {
i2s_parallel_set_previous_buffer_not_free(); 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; return previousBufferFree;
} }