diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-23 19:55:27 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-23 19:55:27 +0000 |
| commit | defb6fb56aa3a0d66ec3c8632e101e280295245b (patch) | |
| tree | 037984a64f766236a5cdb5cdf45711cf5e02b7cc | |
| parent | 934e6f0bfa59b5e83bb82402c6f2376f3f3b767b (diff) | |
| download | rockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.zip rockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.tar.gz rockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.tar.bz2 rockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.tar.xz | |
Recalculated typical current consumption for iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24319 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/ipodvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index 59ac646..9aa1d49 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 */ |