summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 6eaa6d5cfc..d2d9459102 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -157,6 +157,8 @@ static unsigned int last_track_counter = 0;
157 157
158#ifndef SIMULATOR 158#ifndef SIMULATOR
159 159
160static unsigned long mas_version_code;
161
160static int tag_read_idx = 0; 162static int tag_read_idx = 0;
161static int tag_write_idx = 0; 163static int tag_write_idx = 0;
162 164
@@ -1239,8 +1241,6 @@ int mpeg_val2phys(int setting, int value)
1239 return result; 1241 return result;
1240} 1242}
1241 1243
1242static unsigned long mas_version_code;
1243
1244void mpeg_init(int volume, int bass, int treble, int loudness, int bass_boost, int avc) 1244void mpeg_init(int volume, int bass, int treble, int loudness, int bass_boost, int avc)
1245{ 1245{
1246#ifdef SIMULATOR 1246#ifdef SIMULATOR