Unverified Commit 1dc3f215 authored by Wolle's avatar Wolle Committed by GitHub

Update separate_audiotask.ino

parent 599f5537
...@@ -78,7 +78,6 @@ void audioTask(void *parameter) { ...@@ -78,7 +78,6 @@ void audioTask(void *parameter) {
} }
void audioInit() { void audioInit() {
CreateQueues();
xTaskCreatePinnedToCore( xTaskCreatePinnedToCore(
audioTask, /* Function to implement the task */ audioTask, /* Function to implement the task */
"audioplay", /* Name of the task */ "audioplay", /* Name of the task */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment