summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod6g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod6g.h')
-rw-r--r--firmware/export/config/ipod6g.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index d6300011e4..16e114bf9b 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -137,10 +137,10 @@
137/* The number of bytes reserved for loadable plugins */ 137/* The number of bytes reserved for loadable plugins */
138#define PLUGIN_BUFFER_SIZE 0x80000 138#define PLUGIN_BUFFER_SIZE 0x80000
139 139
140// TODO: Figure out real values 140/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb) which has a standard battery of 850mAh */
141#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */ 141#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
142#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 142#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
143#define BATTERY_CAPACITY_MAX 500 /* max. capacity selectable */ 143#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
144#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 144#define BATTERY_CAPACITY_INC 10 /* capacity increment */
145#define BATTERY_TYPES_COUNT 1 /* only one type */ 145#define BATTERY_TYPES_COUNT 1 /* only one type */
146 146