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