summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-05 02:12:20 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-05 02:12:20 +0000
commite6bb174c628a4d628c20353e8fab6d45458cc764 (patch)
tree704248325e556bb5fda4344b372a39e124aef400
parentd11f5a7e5f25f93b8c9f5897cfe810138a50825c (diff)
downloadrockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.tar.gz
rockbox-e6bb174c628a4d628c20353e8fab6d45458cc764.zip
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index ed8c7bb685..b66af2307c 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -132,9 +132,9 @@
132/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 132/* define this if the flash memory uses the SecureDigital Memory Card protocol */
133#define CONFIG_STORAGE STORAGE_SD 133#define CONFIG_STORAGE STORAGE_SD
134 134
135#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */ 135#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */
136#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */ 136#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */
137#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */ 137#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */
138#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 138#define BATTERY_CAPACITY_INC 0 /* capacity increment */
139#define BATTERY_TYPES_COUNT 1 /* only one type */ 139#define BATTERY_TYPES_COUNT 1 /* only one type */
140 140