diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-07-14 14:46:52 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-07-14 14:46:52 +0000 |
commit | 7ade14776f25fae3121aed0d6291b089f4e00363 (patch) | |
tree | 6a77cc722093d57b1f1438da0206c6b2999de985 /firmware/export/config.h | |
parent | 680afafc23d0426038b2eeb80df9b22e005bedd9 (diff) |
Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 056b9857bc..a47eee1b6a 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -80,6 +80,8 @@ #define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */ #define BATT_LIION830 830 /* Toshiba Gigabeat Fxx and Xxx series MK11-2740 */ #define BATT_LIION750 750 /* Sansa e200 LiIon 3,7V */ +#define BATT_LIION400 400 /* iPOD 5G/5.5G Video 30GB LiIon 400mAh */ +#define BATT_LIION300 300 /* iPOD nano LiIon 300mAh */ #define BATT_1AA 333 /* iRiver iFP: Alkaline, NiHM */ /* CONFIG_CHARGING */ |