summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodmini2g.h')
-rw-r--r--firmware/export/config/ipodmini2g.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/ipodmini2g.h b/firmware/export/config/ipodmini2g.h
index c10284e7a4..27edf100ae 100644
--- a/firmware/export/config/ipodmini2g.h
+++ b/firmware/export/config/ipodmini2g.h
@@ -142,6 +142,8 @@
142#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 142#define BATTERY_CAPACITY_INC 50 /* capacity increment */
143#define BATTERY_TYPES_COUNT 1 /* only one type */ 143#define BATTERY_TYPES_COUNT 1 /* only one type */
144 144
145#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
146
145/* define current usage levels */ 147/* define current usage levels */
146#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ 148#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */
147#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */ 149#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */