summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod1g2g.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-07-30 20:12:03 +0000
committerJens Arnold <amiconn@rockbox.org>2007-07-30 20:12:03 +0000
commita4a3cd9d52b1969bf44315bdf4a229636ceb3f24 (patch)
treedf1bb0f4c47c3c91998682d27b03747e8fcb79fb /firmware/export/config-ipod1g2g.h
parentaaf92393b3b18dce26dde7a4f94a437cefdff684 (diff)
downloadrockbox-a4a3cd9d52b1969bf44315bdf4a229636ceb3f24.tar.gz
rockbox-a4a3cd9d52b1969bf44315bdf4a229636ceb3f24.zip
First version of a 1st/2nd gen ADC driver. 1st gen is untested yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14082 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipod1g2g.h')
-rw-r--r--firmware/export/config-ipod1g2g.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index b69d401f36..188c3930f6 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -81,11 +81,11 @@
81 81
82/* Type of mobile power */ 82/* Type of mobile power */
83#define CONFIG_BATTERY BATT_LIPOL1300 83#define CONFIG_BATTERY BATT_LIPOL1300
84#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 84#define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */
85#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 85#define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */
86#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 86#define BATTERY_CAPACITY_INC 50 /* capacity increment */
87#define BATTERY_TYPES_COUNT 1 /* only one type */ 87#define BATTERY_TYPES_COUNT 1 /* only one type */
88#define BATTERY_SCALE_FACTOR 5865 88#define BATTERY_SCALE_FACTOR 25882
89 89
90/* Hardware controlled charging? FIXME */ 90/* Hardware controlled charging? FIXME */
91//#define CONFIG_CHARGING CHARGING_SIMPLE 91//#define CONFIG_CHARGING CHARGING_SIMPLE