mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Hide yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6599932f2f
commit
4e617332ff
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ void pcm_play_unlock(void)
|
|||
}
|
||||
}
|
||||
|
||||
static void* dma_callback(void) ICODE_ATTR;
|
||||
static void* dma_callback(void) ICODE_ATTR __attribute__((unused));
|
||||
static void* dma_callback(void)
|
||||
{
|
||||
if (dmamode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue