From 7686e60bb89c5360463c491996d15a7640f9e43d Mon Sep 17 00:00:00 2001 From: funman Date: Wed, 5 May 2010 02:12:20 +0000 Subject: [PATCH] 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(-) diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index ed8c7bb68..b66af2307 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 */ -- 2.11.4.GIT