summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/ipodvideo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index 4385d74fda..aec362a654 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -144,7 +144,8 @@
144#define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the 144#define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the
145 60/80GB model */ 145 60/80GB model */
146#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 146#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
147#define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */ 147#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable --
148 3rd party batteries go this high */
148#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 149#define BATTERY_CAPACITY_INC 50 /* capacity increment */
149#define BATTERY_TYPES_COUNT 1 /* only one type */ 150#define BATTERY_TYPES_COUNT 1 /* only one type */
150 151