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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index d61789c26e..671f9389f0 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -99,7 +99,7 @@ unsigned int mpeg_error(void);
99void mpeg_error_clear(void); 99void mpeg_error_clear(void);
100int mpeg_get_file_pos(void); 100int mpeg_get_file_pos(void);
101unsigned long mpeg_get_last_header(void); 101unsigned long mpeg_get_last_header(void);
102void mpeg_beep(int freq, int duration); 102void mpeg_beep(int duration);
103 103
104/* in order to keep the recording here, I have to expose this */ 104/* in order to keep the recording here, I have to expose this */
105void rec_tick(void); 105void rec_tick(void);