summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 4a2207d1d6..89b14f9907 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -120,6 +120,13 @@
120/* define this if the unit can be powered or charged via USB */ 120/* define this if the unit can be powered or charged via USB */
121#define HAVE_USB_POWER 121#define HAVE_USB_POWER
122 122
123/* define current usage levels */
124#define CURRENT_NORMAL 100 /* MP3: ~10.5h out of 1100mAh battery */
125#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
126#if defined(HAVE_RECORDING)
127#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
128#endif
129
123#ifndef SIMULATOR 130#ifndef SIMULATOR
124 131
125/* Define this if you have a PortalPlayer PP5020 */ 132/* Define this if you have a PortalPlayer PP5020 */