forked from len0rd/rockbox
Bump BATTERY_CAPACITY_MAX to 1500 for ipod mini. Closes FS#11736
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28534 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0493b43b7
commit
c25887a2b9
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
|
|
||||||
#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */
|
#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */
|
||||||
#define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */
|
#define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */
|
||||||
#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
|
#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
|
||||||
#define BATTERY_CAPACITY_INC 10 /* capacity increment */
|
#define BATTERY_CAPACITY_INC 10 /* capacity increment */
|
||||||
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@
|
||||||
|
|
||||||
#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */
|
#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */
|
||||||
#define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */
|
#define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */
|
||||||
#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
|
#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
|
||||||
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
||||||
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue