diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-08 10:02:19 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-08 10:02:19 +0000 |
commit | e574efa8f758f0fc86b1f6bf2f92c4b6041b2096 (patch) | |
tree | db662d54be34557f04400fa1cecd78dceb3fde2e /firmware/export/config-gigabeat-s.h | |
parent | 86680e7f4b12e7d086259c2c8b60f226f4c12675 (diff) |
Gigabeat S: Allow battery selection from 700mAh to 1200mAh. Default to the stock capacity of 700mAh. Correct selection will be important for proper charging control.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17412 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r-- | firmware/export/config-gigabeat-s.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index 68cc9160ff..e3883cf04b 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -98,11 +98,11 @@ #define TARGET_EXTRA_THREADS 1 /* Type of mobile power - check this out */ -#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 25 /* capacity increment */ -#define BATTERY_TYPES_COUNT 1 /* only one type */ +#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 25 /* capacity increment */ +#define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging with monitoring */ #define CONFIG_CHARGING CHARGING_MONITOR |