diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-24 18:12:31 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-24 18:12:31 +0000 |
| commit | 4876a44e7adc2974c6077e37240237790acffdfb (patch) | |
| tree | cb82a62c9aa53488318cccd0626427bca8237731 | |
| parent | 2d40d566d7e934e0c9ae2d5f18d55808b6e8db97 (diff) | |
| download | rockbox-4876a44e7adc2974c6077e37240237790acffdfb.zip rockbox-4876a44e7adc2974c6077e37240237790acffdfb.tar.gz rockbox-4876a44e7adc2974c6077e37240237790acffdfb.tar.bz2 rockbox-4876a44e7adc2974c6077e37240237790acffdfb.tar.xz | |
Clipv1 battery capacity is 330mAh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26261 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansaclip.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index fc26f9d..602994d 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -128,9 +128,9 @@ /* define this if the flash memory uses the SecureDigital Memory Card protocol */ #define CONFIG_STORAGE STORAGE_SD -#define BATTERY_CAPACITY_DEFAULT 350 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 350 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 350 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 330 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 330 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 330 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ @@ -154,8 +154,8 @@ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 45 -#define CURRENT_BACKLIGHT 14 +#define CURRENT_NORMAL 42 +#define CURRENT_BACKLIGHT 13 #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ |