diff options
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r-- | firmware/export/config-ipod4g.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 3eb354363a..68b5d5f3b9 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.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 630 /* min. capacity selectable */ | |
66 | #define BATTERY_CAPACITY_MAX 1000 /* 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 */ |