mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
This commit is contained in:
parent
89b05af496
commit
9b990bdab1
4 changed files with 5 additions and 5 deletions
|
@ -1720,7 +1720,7 @@ static void NORETURN_ATTR buffering_thread(void)
|
|||
}
|
||||
}
|
||||
|
||||
void buffering_init(void)
|
||||
void INIT_ATTR buffering_init(void)
|
||||
{
|
||||
mutex_init(&llist_mutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue