summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mp3_playback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 5df0560bdd..239f987c56 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -896,7 +896,6 @@ void mpeg_set_pitch(int pitch)
896 896
897 /* We must tell the MAS that the frequency has changed. 897 /* We must tell the MAS that the frequency has changed.
898 This will unfortunately cause a short silence. */ 898 This will unfortunately cause a short silence. */
899 val = shadow_7f1;
900 mas_writemem(MAS_BANK_D0,0x7f1,&shadow_7f1,1); 899 mas_writemem(MAS_BANK_D0,0x7f1,&shadow_7f1,1);
901} 900}
902#endif 901#endif