summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-10 16:19:19 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-10 16:19:19 +0000
commit21dc90e580795e40fda9191b4d25a9cfc4b79667 (patch)
treec07a5186e27e9d7120be1438c5637bd9636f5f18 /firmware/export/powermgmt.h
parentfe32456fe0e8e8db0d747172de6af179f570545f (diff)
downloadrockbox-21dc90e580795e40fda9191b4d25a9cfc4b79667.tar.gz
rockbox-21dc90e580795e40fda9191b4d25a9cfc4b79667.zip
more realistic limits for AAA cells
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index e3df2ebd15..e03681082c 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -29,10 +29,10 @@
29#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE /* Ondio, Alkalines */ 29#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE /* Ondio, Alkalines */
30#define BATTERY_LEVEL_SHUTDOWN 250 /* 2.50V */ 30#define BATTERY_LEVEL_SHUTDOWN 250 /* 2.50V */
31#define BATTERY_LEVEL_EMPTY 260 /* 2.60V */ 31#define BATTERY_LEVEL_EMPTY 260 /* 2.60V */
32#define BATTERY_LEVEL_DANGEROUS 270 /* 2.80V */ 32#define BATTERY_LEVEL_DANGEROUS 270 /* 2.70V */
33#define BATTERY_LEVEL_FULL 450 /* 4.50V */ 33#define BATTERY_LEVEL_FULL 450 /* 4.50V */
34#define BATTERY_CAPACITY_MIN 1000 34#define BATTERY_CAPACITY_MIN 500
35#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable in settings */ 35#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable in settings */
36#else /* Recorder, NiMH */ 36#else /* Recorder, NiMH */
37#define BATTERY_LEVEL_SHUTDOWN 450 /* 4.50V */ 37#define BATTERY_LEVEL_SHUTDOWN 450 /* 4.50V */
38#define BATTERY_LEVEL_EMPTY 465 /* 4.65V */ 38#define BATTERY_LEVEL_EMPTY 465 /* 4.65V */