diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/mpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h index f24664e..d61789c 100644 --- a/firmware/export/mpeg.h +++ b/firmware/export/mpeg.h @@ -99,6 +99,7 @@ unsigned int mpeg_error(void); void mpeg_error_clear(void); int mpeg_get_file_pos(void); unsigned long mpeg_get_last_header(void); +void mpeg_beep(int freq, int duration); /* in order to keep the recording here, I have to expose this */ void rec_tick(void); |