summaryrefslogtreecommitdiff
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 252e509c94..51932c5090 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -96,6 +96,7 @@ void mpeg_error_clear(void);
96/* in order to keep the recording here, I have to expose this */ 96/* in order to keep the recording here, I have to expose this */
97void rec_tick(void); 97void rec_tick(void);
98void playback_tick(void); /* FixMe: get rid of this, use mp3_get_playtime() */ 98void playback_tick(void); /* FixMe: get rid of this, use mp3_get_playtime() */
99void mpeg_id3_options(bool _v1first);
99 100
100#define MPEG_STATUS_PLAY 1 101#define MPEG_STATUS_PLAY 1
101#define MPEG_STATUS_PAUSE 2 102#define MPEG_STATUS_PAUSE 2