summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-04-04 10:03:09 +0000
committerThom Johansen <thomj@rockbox.org>2006-04-04 10:03:09 +0000
commit4a4ec511bc26ef994841fcca877f675bc33009a7 (patch)
tree7ce8841be1733c7be03d3eeb428b3bc8f6031141
parent23dc42ce459c9bc1fdc191b4e964ea7c7fd56153 (diff)
downloadrockbox-4a4ec511bc26ef994841fcca877f675bc33009a7.tar.gz
rockbox-4a4ec511bc26ef994841fcca877f675bc33009a7.zip
Hopefully working battery display on Nanos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9483 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ipodnano.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 142fb272f9..7264beaa88 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -62,9 +62,9 @@
62#define CONFIG_I2C I2C_PP5020 62#define CONFIG_I2C I2C_PP5020
63 63
64/* Type of mobile power */ 64/* Type of mobile power */
65//#define CONFIG_BATTERY BATT_LIPOL1300 65#define CONFIG_BATTERY BATT_LIPOL1300
66 66
67#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 67#define BATTERY_SCALE_FACTOR 5865
68 68
69/* Define this if the platform can charge batteries */ 69/* Define this if the platform can charge batteries */
70//#define HAVE_CHARGING 1 70//#define HAVE_CHARGING 1