diff options
Diffstat (limited to 'apps/codec_thread.c')
| -rw-r--r-- | apps/codec_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c index 1a0b0b2..d4b1c64 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -627,7 +627,7 @@ static void NORETURN_ATTR codec_thread(void) /** --- Miscellaneous external interfaces -- **/ /* Initialize playback's codec interface */ -void codec_thread_init(void) +void INIT_ATTR codec_thread_init(void) { /* Init API */ ci.dsp = dsp_get_config(CODEC_IDX_AUDIO); |