summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 7873700..9c81210 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3552,7 +3552,7 @@ static void audio_playback_init(void)
#if MEM > 8
/* we dont want this rebuffering on targets with little ram
because the disk may never spin down */
-bool ata_fillbuffer_callback(void)
+static bool ata_fillbuffer_callback(void)
{
queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0);
return true;