summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index fa6ddd304f..d04e562086 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -123,6 +123,13 @@
123/* define this if the unit can be powered or charged via USB */ 123/* define this if the unit can be powered or charged via USB */
124#define HAVE_USB_POWER 124#define HAVE_USB_POWER
125 125
126/* define current usage levels */
127#define CURRENT_NORMAL 35 /* MP3: ~11h out of 400mAh battery (30GB) or ~17h out of 600mAh (60GB) */
128#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
129#if defined(HAVE_RECORDING)
130#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
131#endif
132
126#ifndef SIMULATOR 133#ifndef SIMULATOR
127 134
128/* Define this if you have a PortalPlayer PP5022 */ 135/* Define this if you have a PortalPlayer PP5022 */