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 5327353 commit 1922a7cCopy full SHA for 1922a7c
components/esp-box/src/audio.cpp
@@ -8,8 +8,8 @@ using namespace espp;
8
9
static TaskHandle_t play_audio_task_handle_ = NULL;
10
11
-static bool audio_tx_sent_callback(i2s_chan_handle_t handle, i2s_event_data_t *event,
12
- void *user_ctx) {
+static bool IRAM_ATTR audio_tx_sent_callback(i2s_chan_handle_t handle, i2s_event_data_t *event,
+ void *user_ctx) {
13
// notify the main task that we're done
14
vTaskNotifyGiveFromISR(play_audio_task_handle_, NULL);
15
return true;
0 commit comments