summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 82d282be3f..cd3daa9b81 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -65,7 +65,10 @@
65 65
66/* Type of mobile power */ 66/* Type of mobile power */
67#define CONFIG_BATTERY BATT_LIPOL1300 67#define CONFIG_BATTERY BATT_LIPOL1300
68 68#define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */
69#define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */
70#define BATTERY_CAPACITY_INC 50 /* capacity increment */
71#define BATTERY_TYPES_COUNT 1 /* only one type */
69#define BATTERY_SCALE_FACTOR 5865 72#define BATTERY_SCALE_FACTOR 5865
70 73
71/* Define this if the platform can charge batteries */ 74/* Define this if the platform can charge batteries */