diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-05 02:12:20 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-05 02:12:20 +0000 |
| commit | e6bb174c628a4d628c20353e8fab6d45458cc764 (patch) | |
| tree | 704248325e556bb5fda4344b372a39e124aef400 | |
| parent | d11f5a7e5f25f93b8c9f5897cfe810138a50825c (diff) | |
| download | rockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.zip rockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.tar.gz rockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.tar.bz2 rockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.tar.xz | |
Clip+: use correct 290mAh battery capacity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25816 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansaclipplus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index ed8c7bb..b66af23 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -132,9 +132,9 @@ /* define this if the flash memory uses the SecureDigital Memory Card protocol */ #define CONFIG_STORAGE STORAGE_SD -#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ |