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 64c20c1..8a17ee0 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -37,7 +37,7 @@ bool mp3_is_playing(void);
void voice_wait(void);
void voice_stop(void);
-void voice_thread_init(void) INIT_ATTR;
+void voice_thread_init(void);
#ifdef HAVE_PRIORITY_SCHEDULING
void voice_thread_set_priority(int priority);
#endif