diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2007-03-23 10:59:01 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2007-03-23 10:59:01 +0000 |
| commit | 74b9ec0bbe11a06a42a609ab03ac536cf7b5e840 (patch) | |
| tree | 0c8d0244f4e13cdda1e0a1c9a53a94ecc78e3d8c /firmware/export/config-e200.h | |
| parent | 7a780dbefce97ceaf4068a85967fda33eae5b725 (diff) | |
| download | rockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.zip rockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.tar.gz rockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.tar.bz2 rockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.tar.xz | |
FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12898 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
| -rw-r--r-- | firmware/export/config-e200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 094bd7f..589883d 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -83,7 +83,7 @@ #define CONFIG_I2C I2C_PP5020 /* Type of mobile power */ -#define CONFIG_BATTERY BATT_LPCS355385 +#define CONFIG_BATTERY BATT_LIION750 #define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ |