From 8d2711b7d2d9f19dc2375bd9395359ed725375ab Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sat, 11 Nov 2006 01:18:57 +0000 Subject: Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11507 a1c6a512-1295-4272-9138-f99709370657 --- flash/bootbox/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flash/bootbox/main.c') 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) return 0; } +void audio_stop_recording(void) +{ +} + void mp3_shutdown(void) { } -- cgit v1.2.3