1
0
Fork 0
forked from len0rd/rockbox

HD300 - adjust default battery capacity (based on battery benches)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29021 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2011-01-10 14:19:05 +00:00
parent 9f4fdbd1a6
commit 91d8fe0848

View file

@ -118,9 +118,8 @@
#define CODEC_SRCTRL_44100HZ (0x10 << 1) #define CODEC_SRCTRL_44100HZ (0x10 << 1)
#define CODEC_SRCTRL_88200HZ (0x1E << 1) #define CODEC_SRCTRL_88200HZ (0x1E << 1)
/* copied from HD200 for now needs calibration */
#define BATTERY_TYPES_COUNT 1 #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_MIN 800 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ #define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */