summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-03-09 22:12:15 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-03-09 22:12:15 +0000
commitca2dc0d4e5a0978832425f4c27af7d1ca85e1b83 (patch)
treecd4a0c66774dac53b147d19cecfe81de402e8a3e
parent4a9ac1497f5b62491ce55c89ca36bfa43472c297 (diff)
downloadrockbox-ca2dc0d4e5a0978832425f4c27af7d1ca85e1b83.tar.gz
rockbox-ca2dc0d4e5a0978832425f4c27af7d1ca85e1b83.zip
Commit changed scale factor to match battery reading changes on ipod 5g
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8983 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ipodvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 9a561c3adc..e08b029ebd 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -61,7 +61,7 @@
61/* Type of mobile power */ 61/* Type of mobile power */
62#define CONFIG_BATTERY BATT_LIPOL1300 62#define CONFIG_BATTERY BATT_LIPOL1300
63 63
64#define BATTERY_SCALE_FACTOR 2353 64#define BATTERY_SCALE_FACTOR 5865
65 65
66/* Define this if the platform can charge batteries */ 66/* Define this if the platform can charge batteries */
67#define HAVE_CHARGING 1 67#define HAVE_CHARGING 1