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 bbf73470d2..4750d0cc43 100644
--- a/apps/audio_thread.c
+++ b/apps/audio_thread.c
@@ -139,7 +139,7 @@ void audio_error_clear(void)
139/** -- Startup -- **/ 139/** -- Startup -- **/
140 140
141/* Initialize the audio system - called from init() in main.c */ 141/* Initialize the audio system - called from init() in main.c */
142void audio_init(void) 142void INIT_ATTR audio_init(void)
143{ 143{
144 /* Can never do this twice */ 144 /* Can never do this twice */
145 if (audio_is_initialized) 145 if (audio_is_initialized)