summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-06 23:53:19 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-06 23:53:19 +0000
commit43bf39edb718aa510188b3594e583c905dea5a54 (patch)
tree0b548d7425f68214a64528cb7eae08e4f24a8fe3 /firmware/export/config-h100.h
parent09e55a921883ab7e71bce19c49adc07705b827f5 (diff)
downloadrockbox-43bf39edb718aa510188b3594e583c905dea5a54.tar.gz
rockbox-43bf39edb718aa510188b3594e583c905dea5a54.zip
First lame attempt to show correct battery level on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6258 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index d8453a96d1..5eef2c7270 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -21,9 +21,9 @@
21#define CONFIG_I2C I2C_H100 21#define CONFIG_I2C I2C_H100
22 22
23/* Type of mobile power */ 23/* Type of mobile power */
24#define CONFIG_BATTERY BATT_IRIVER 24#define CONFIG_BATTERY BATT_LIPOL1300
25 25
26#define BATTERY_SCALE_FACTOR 6465 /* FIX: this value is picked at random */ 26#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
27 27
28/* Define this if the platform can charge batteries */ 28/* Define this if the platform can charge batteries */
29#define HAVE_CHARGING 1 29#define HAVE_CHARGING 1