summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 3ac0844548..62950b8d09 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -60,7 +60,10 @@
60 60
61/* Type of mobile power */ 61/* Type of mobile power */
62#define CONFIG_BATTERY BATT_LIPOL1300 62#define CONFIG_BATTERY BATT_LIPOL1300
63 63#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
64#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
65#define BATTERY_CAPACITY_INC 10 /* capacity increment */
66#define BATTERY_TYPES_COUNT 1 /* only one type */
64#define BATTERY_SCALE_FACTOR 5865 67#define BATTERY_SCALE_FACTOR 5865
65 68
66/* Define this if the platform can charge batteries */ 69/* Define this if the platform can charge batteries */