summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/voice_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h
index 64c20c1e8d..8a17ee09e3 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -37,7 +37,7 @@ bool mp3_is_playing(void);
37void voice_wait(void); 37void voice_wait(void);
38void voice_stop(void); 38void voice_stop(void);
39 39
40void voice_thread_init(void) INIT_ATTR; 40void voice_thread_init(void);
41#ifdef HAVE_PRIORITY_SCHEDULING 41#ifdef HAVE_PRIORITY_SCHEDULING
42void voice_thread_set_priority(int priority); 42void voice_thread_set_priority(int priority);
43#endif 43#endif