summaryrefslogtreecommitdiff
path: root/flash/bootbox/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/bootbox/main.c')
-rw-r--r--flash/bootbox/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index af822b4a64..e3af78e721 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -240,6 +240,10 @@ int audio_status(void)
240 return 0; 240 return 0;
241} 241}
242 242
243void audio_stop_recording(void)
244{
245}
246
243void mp3_shutdown(void) 247void mp3_shutdown(void)
244{ 248{
245} 249}