From 91d8fe08488cd325c0bff12d60d25654f49d5b3e Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 10 Jan 2011 14:19:05 +0000 Subject: HD300 - adjust default battery capacity (based on battery benches) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29021 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/mpiohd300.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h index e31a2b454f..72ffb062d0 100644 --- a/firmware/export/config/mpiohd300.h +++ b/firmware/export/config/mpiohd300.h @@ -118,9 +118,8 @@ #define CODEC_SRCTRL_44100HZ (0x10 << 1) #define CODEC_SRCTRL_88200HZ (0x1E << 1) -/* copied from HD200 for now needs calibration */ #define BATTERY_TYPES_COUNT 1 -#define BATTERY_CAPACITY_DEFAULT 850 /* this is wild guess */ +#define BATTERY_CAPACITY_DEFAULT 1200 /* this is wild guess */ #define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ -- cgit v1.2.3