Skip to content

Commit c6a81c2

Browse files
committed
fix: crash on watchdog timeout on iddle task
1 parent 13cd0d3 commit c6a81c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP_SR/src/esp32-hal-sr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ static void audio_feed_task(void *arg) {
192192

193193
/* Feed samples of an audio stream to the AFE_SR */
194194
g_sr_data->afe_handle->feed(g_sr_data->afe_data, audio_buffer);
195+
vTaskDelay(2);
195196
}
196197
vTaskDelete(NULL);
197198
}

0 commit comments

Comments
 (0)