From defb6fb56aa3a0d66ec3c8632e101e280295245b Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 23 Jan 2010 19:55:27 +0000 Subject: Recalculated typical current consumption for iPod Video. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24319 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ipodvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index 59ac6466e5..9aa1d49547 100644 --- a/firmware/export/config/ipodvideo.h +++ b/firmware/export/config/ipodvideo.h @@ -149,7 +149,7 @@ #define HAVE_USB_POWER /* define current usage levels */ -#define CURRENT_NORMAL 35 /* MP3: ~11h out of 400mAh battery (30GB) or ~17h out of 600mAh (60GB) */ +#define CURRENT_NORMAL 24 /* 30MHz clock, LCD off, accessory supply on */ #define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ #if defined(HAVE_RECORDING) #define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ -- cgit