1
0
Fork 0
forked from len0rd/rockbox

Make rockbox think we have a full battery untill this actually works, otherwise apps/ doesnt like it

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15186 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-10-18 10:53:59 +00:00
parent 25ff558854
commit b431fe349f

View file

@ -46,6 +46,6 @@ const unsigned short percent_to_volt_charge[11] =
/* Returns battery voltage from ADC [millivolts] */ /* Returns battery voltage from ADC [millivolts] */
unsigned int battery_adc_voltage(void) unsigned int battery_adc_voltage(void)
{ {
return 3500; return 3910;
} }