From 9b990bdab1eda4d242346a0614b9410993ab275a Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 29 Jun 2013 22:19:59 -0400 Subject: SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back. Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e --- apps/audio_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/audio_thread.c') 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) /** -- Startup -- **/ /* Initialize the audio system - called from init() in main.c */ -void audio_init(void) +void INIT_ATTR audio_init(void) { /* Can never do this twice */ if (audio_is_initialized) -- cgit v1.2.3