summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-25 00:08:38 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-25 00:08:38 +0000
commitbf58c7dca513487afadf3bfed016d318773f1cce (patch)
tree2b25fccbf3370207aee42496201d16f4b0cc2f84 /firmware
parentd203d4bfb10419d60953a3216b97c0e99340030e (diff)
downloadrockbox-bf58c7dca513487afadf3bfed016d318773f1cce.tar.gz
rockbox-bf58c7dca513487afadf3bfed016d318773f1cce.zip
The battery level thresholds for Ondio were a bit optimistic
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 663a27862c..2847156f46 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -27,9 +27,9 @@
27#define BATTERY_CAPACITY_MIN 2200 27#define BATTERY_CAPACITY_MIN 2200
28#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable in settings */ 28#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable in settings */
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 260 /* 2.60V */
31#define BATTERY_LEVEL_EMPTY 260 /* 2.60V */ 31#define BATTERY_LEVEL_EMPTY 270 /* 2.70V */
32#define BATTERY_LEVEL_DANGEROUS 270 /* 2.70V */ 32#define BATTERY_LEVEL_DANGEROUS 280 /* 2.80V */
33#define BATTERY_LEVEL_FULL 450 /* 4.50V */ 33#define BATTERY_LEVEL_FULL 450 /* 4.50V */
34#define BATTERY_CAPACITY_MIN 500 34#define BATTERY_CAPACITY_MIN 500
35#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable in settings */ 35#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable in settings */