Update esp32_i2s_parallel_dma.h

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

View file

@ -89,7 +89,7 @@ typedef struct {
} i2s_parallel_state_t;
void i2s_parallel_flip_to_buffer(i2s_port_t port, int bufid);
bool i2s_parallel_is_previous_buffer_free();
bool IRAM_ATTR i2s_parallel_is_previous_buffer_free();
void i2s_parallel_set_previous_buffer_not_free();
// Callback function for when whole length of DMA chain has been sent out.