diff options
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r-- | firmware/export/config-ipodnano.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index 98e307fa86..026355af60 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h | |||
@@ -66,7 +66,10 @@ | |||
66 | 66 | ||
67 | /* Type of mobile power */ | 67 | /* Type of mobile power */ |
68 | #define CONFIG_BATTERY BATT_LIPOL1300 | 68 | #define CONFIG_BATTERY BATT_LIPOL1300 |
69 | 69 | #define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ | |
70 | #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ | ||
71 | #define BATTERY_CAPACITY_INC 50 /* capacity increment */ | ||
72 | #define BATTERY_TYPES_COUNT 1 /* only one type */ | ||
70 | #define BATTERY_SCALE_FACTOR 5865 | 73 | #define BATTERY_SCALE_FACTOR 5865 |
71 | 74 | ||
72 | /* Define this if the platform can charge batteries */ | 75 | /* Define this if the platform can charge batteries */ |