From ecee01fe97422c65e2b01979742d01ece31bc28d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 23 May 2023 09:00:06 +1000 Subject: Remove audio drain task ISR drain works fine! --- src/tasks/tasks.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tasks/tasks.hpp') diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp index 9f37131e..993e52bf 100644 --- a/src/tasks/tasks.hpp +++ b/src/tasks/tasks.hpp @@ -28,8 +28,6 @@ enum class Type { kUiFlush, // The main audio pipeline task. kAudio, - // Task for flushing PCM samples to the current output. - kAudioDrain, // Task for running database queries. kDatabase, }; -- cgit v1.2.3