summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/ipodvideo.h2
1 files changed, 1 insertions, 1 deletions
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 @@
149#define HAVE_USB_POWER 149#define HAVE_USB_POWER
150 150
151/* define current usage levels */ 151/* define current usage levels */
152#define CURRENT_NORMAL 35 /* MP3: ~11h out of 400mAh battery (30GB) or ~17h out of 600mAh (60GB) */ 152#define CURRENT_NORMAL 24 /* 30MHz clock, LCD off, accessory supply on */
153#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 153#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
154#if defined(HAVE_RECORDING) 154#if defined(HAVE_RECORDING)
155#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ 155#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */