diff options
Diffstat (limited to 'firmware/export/config/ipodvideo.h')
-rw-r--r-- | firmware/export/config/ipodvideo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index d188696e64..a8d2220b8c 100644 --- a/firmware/export/config/ipodvideo.h +++ b/firmware/export/config/ipodvideo.h | |||
@@ -133,11 +133,11 @@ | |||
133 | #if (MEM==32) /* this is the 30GB-model */ | 133 | #if (MEM==32) /* this is the 30GB-model */ |
134 | # define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity for the 30GB model */ | 134 | # define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity for the 30GB model */ |
135 | # define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ | 135 | # define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ |
136 | # define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */ | 136 | # define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ |
137 | #else /* these are the 60/80GB-models */ | 137 | #else /* these are the 60/80GB-models */ |
138 | # define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity for the 60/80GB model */ | 138 | # define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity for the 60/80GB model */ |
139 | # define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ | 139 | # define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ |
140 | # define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ | 140 | # define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */ |
141 | #endif | 141 | #endif |
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 */ |