mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Update battery capacities of the sansa clip and sansa fuze.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20703 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8721a7d211
commit
7a32c49457
2 changed files with 6 additions and 6 deletions
|
|
@ -134,9 +134,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 350 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 350 /* min. capacity selectable */
|
||||
#define BATTERY_CAPACITY_MAX 350 /* max. capacity selectable */
|
||||
#define BATTERY_CAPACITY_INC 0 /* capacity increment */
|
||||
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
||||
|
||||
|
|
|
|||
|
|
@ -136,9 +136,9 @@
|
|||
/* define this if the flash memory uses the SecureDigital Memory Card protocol */
|
||||
#define CONFIG_STORAGE STORAGE_SD
|
||||
|
||||
#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
|
||||
#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
|
||||
#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 550 /* min. capacity selectable */
|
||||
#define BATTERY_CAPACITY_MAX 550 /* 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