summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/background.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-07-07 10:11:29 -0500
committerJeff Epler <jepler@gmail.com>2020-07-15 09:26:47 -0500
commit742aa740f651c72a5991250d9ac898492e99389d (patch)
tree091064e0c50e5bb0e645c622b22795e46e55351a /ports/atmel-samd/background.c
parent8c4a9f644407ee6fccf3720fd3b727085a2ff109 (diff)
samd: audio: Move to background callback
Testing performed: Played half of the Bartlebeats album :) :)
Diffstat (limited to 'ports/atmel-samd/background.c')
-rw-r--r--ports/atmel-samd/background.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/atmel-samd/background.c b/ports/atmel-samd/background.c
index 767c7f3b6..b903456ee 100644
--- a/ports/atmel-samd/background.c
+++ b/ports/atmel-samd/background.c
@@ -77,9 +77,6 @@ void run_background_tasks(void) {
assert_heap_ok();
running_background_tasks = true;
- #if CIRCUITPY_AUDIOIO || CIRCUITPY_AUDIOBUSIO
- audio_dma_background();
- #endif
#if CIRCUITPY_DISPLAYIO
displayio_background();
#endif