summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 0e08bcf58f..42f0cce003 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -170,10 +170,10 @@ static struct id3tag _id3tags[MAX_ID3_TAGS];
170 170
171static unsigned int current_track_counter = 0; 171static unsigned int current_track_counter = 0;
172static unsigned int last_track_counter = 0; 172static unsigned int last_track_counter = 0;
173static bool mpeg_is_initialized = false;
174 173
175#ifndef SIMULATOR 174#ifndef SIMULATOR
176 175
176static bool mpeg_is_initialized = false;
177static int tag_read_idx = 0; 177static int tag_read_idx = 0;
178static int tag_write_idx = 0; 178static int tag_write_idx = 0;
179 179