1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Brandon Low 2006-03-09 22:12:15 +00:00
parent 4a9ac1497f
commit ca2dc0d4e5

View file

@ -61,7 +61,7 @@
/* Type of mobile power */
#define CONFIG_BATTERY BATT_LIPOL1300
#define BATTERY_SCALE_FACTOR 2353
#define BATTERY_SCALE_FACTOR 5865
/* Define this if the platform can charge batteries */
#define HAVE_CHARGING 1