forked from len0rd/rockbox
Clip+: use correct 290mAh battery capacity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d11f5a7e5f
commit
e6bb174c62
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue