summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-08 17:45:52 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-08 17:45:52 +0000
commit43079ea07f13a7631cd3c0e5993638235427a476 (patch)
tree13ff7f3370f2793797fe9bd51e4e459a5dda695f /firmware/export/config.h
parent5cf1c97aea10864ecb6c3836a5c17845a5906d79 (diff)
downloadrockbox-43079ea07f13a7631cd3c0e5993638235427a476.tar.gz
rockbox-43079ea07f13a7631cd3c0e5993638235427a476.zip
multiple battery types prepared (CONFIG_BATTERY)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5227 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index fd757b1ab1..76a2bd9316 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -40,6 +40,11 @@
40#define RECORDER_PAD 1 40#define RECORDER_PAD 1
41#define ONDIO_PAD 2 41#define ONDIO_PAD 2
42 42
43/* CONFIG_BATTERY */
44#define BATT_LIION2200 2200 /* FM/V2 recorder type */
45#define BATT_4AA_NIMH 1500
46#define BATT_3AAA_ALKALINE 1000
47
43/* now go and pick yours */ 48/* now go and pick yours */
44#if defined(ARCHOS_PLAYER) 49#if defined(ARCHOS_PLAYER)
45#include "config-player.h" 50#include "config-player.h"