summaryrefslogtreecommitdiff
path: root/apps/audio_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/audio_thread.c')
-rw-r--r--apps/audio_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/audio_thread.c b/apps/audio_thread.c
index 56f3853..397d8b0 100644
--- a/apps/audio_thread.c
+++ b/apps/audio_thread.c
@@ -65,7 +65,7 @@ unsigned int audio_thread_id = 0;
static void NORETURN_ATTR audio_thread(void)
{
struct queue_event ev;
- ev.id = SYS_TIMEOUT; /* something not in switch below */
+ ev.id = Q_NULL; /* something not in switch below */
pcm_postinit();