diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-13 21:20:39 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-13 21:20:39 +0000 |
commit | 7a32c494577942d3c70fbf6763b80e4742686555 (patch) | |
tree | 1d229ff971cf69eefd92ce9f0b2c8c989eeced99 /firmware/export/config-clip.h | |
parent | 8721a7d2115dc2469489fc3cd926c1846aa30c1b (diff) |
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
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 9ebd3ecb30..e038ffbcdc 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -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 */ |