summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mp3_playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 070352ccf0..5469053821 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -312,7 +312,7 @@ static void postpone_dma_tick(void)
312{ 312{
313 unsigned int count; 313 unsigned int count;
314 314
315 count = FREQ / 1000 / 8; 315 count = FREQ / 2000 / 8;
316 316
317 /* We are using timer 1 */ 317 /* We are using timer 1 */
318 318