summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mp3_playback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 9ded720248..0d9a7a69fd 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -898,6 +898,8 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
898 898
899/* new functions, to be exported to plugin API */ 899/* new functions, to be exported to plugin API */
900 900
901#ifndef SIMULATOR
902
901void mp3_play_init(void) 903void mp3_play_init(void)
902{ 904{
903#ifdef HAVE_MAS3587F 905#ifdef HAVE_MAS3587F
@@ -937,3 +939,5 @@ void mp3_play_stop(void)
937 mp3_play_pause(false); 939 mp3_play_pause(false);
938 CHCR3 &= ~0x0001; /* Disable the DMA interrupt */ 940 CHCR3 &= ~0x0001; /* Disable the DMA interrupt */
939} 941}
942
943#endif /* #ifndef SIMULATOR */ \ No newline at end of file