summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2011-01-10 14:19:05 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2011-01-10 14:19:05 +0000
commit91d8fe08488cd325c0bff12d60d25654f49d5b3e (patch)
tree6ba48a4b3fa96b7718c31b32f44277146857e749
parent9f4fdbd1a673de2897eede01616ca601d77eee21 (diff)
downloadrockbox-91d8fe08488cd325c0bff12d60d25654f49d5b3e.tar.gz
rockbox-91d8fe08488cd325c0bff12d60d25654f49d5b3e.zip
HD300 - adjust default battery capacity (based on battery benches)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29021 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/mpiohd300.h3
1 files changed, 1 insertions, 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 @@
118#define CODEC_SRCTRL_44100HZ (0x10 << 1) 118#define CODEC_SRCTRL_44100HZ (0x10 << 1)
119#define CODEC_SRCTRL_88200HZ (0x1E << 1) 119#define CODEC_SRCTRL_88200HZ (0x1E << 1)
120 120
121/* copied from HD200 for now needs calibration */
122#define BATTERY_TYPES_COUNT 1 121#define BATTERY_TYPES_COUNT 1
123#define BATTERY_CAPACITY_DEFAULT 850 /* this is wild guess */ 122#define BATTERY_CAPACITY_DEFAULT 1200 /* this is wild guess */
124#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */ 123#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */
125#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ 124#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
126#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 125#define BATTERY_CAPACITY_INC 50 /* capacity increment */