1
0
Fork 0
forked from len0rd/rockbox

SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.

Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
This commit is contained in:
Michael Sevakis 2013-06-29 22:19:59 -04:00
parent 89b05af496
commit 9b990bdab1
4 changed files with 5 additions and 5 deletions

View file

@ -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)