diff options
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r-- | firmware/export/config-ipodmini.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 04ea2190ea..047c9926ef 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h | |||
@@ -62,7 +62,10 @@ | |||
62 | 62 | ||
63 | /* Type of mobile power */ | 63 | /* Type of mobile power */ |
64 | #define CONFIG_BATTERY BATT_LIPOL1300 | 64 | #define CONFIG_BATTERY BATT_LIPOL1300 |
65 | 65 | #define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */ | |
66 | #define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */ | ||
67 | #define BATTERY_CAPACITY_INC 10 /* capacity increment */ | ||
68 | #define BATTERY_TYPES_COUNT 1 /* only one type */ | ||
66 | #define BATTERY_SCALE_FACTOR 5865 | 69 | #define BATTERY_SCALE_FACTOR 5865 |
67 | 70 | ||
68 | /* Define this if the platform can charge batteries */ | 71 | /* Define this if the platform can charge batteries */ |