From e6bb174c628a4d628c20353e8fab6d45458cc764 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 5 May 2010 02:12:20 +0000 Subject: Clip+: use correct 290mAh battery capacity git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25816 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipplus.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware') 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 @@ /* 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 */ -- cgit v1.2.3