summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.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-recorderv2.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-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 56967cfa10..b676a180ed 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -25,9 +25,6 @@
25/* Define this if you have a FM Recorder key system */ 25/* Define this if you have a FM Recorder key system */
26#define HAVE_FMADC 1 26#define HAVE_FMADC 1
27 27
28/* Define this if you have a LiIon battery */
29#define HAVE_LIION
30
31/* Define this if you need to power on ATA */ 28/* Define this if you need to power on ATA */
32#define NEEDS_ATA_POWER_ON 29#define NEEDS_ATA_POWER_ON
33 30
@@ -37,6 +34,9 @@
37/* Define this to the CPU frequency */ 34/* Define this to the CPU frequency */
38#define CPU_FREQ 11059200 35#define CPU_FREQ 11059200
39 36
37/* Type of mobile power */
38#define CONFIG_BATTERY BATT_LIION2200
39
40/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ 40/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
41#define BATTERY_SCALE_FACTOR 8081 41#define BATTERY_SCALE_FACTOR 8081
42 42
@@ -61,7 +61,7 @@
61/* How to detect USB */ 61/* How to detect USB */
62#define USB_FMRECORDERSTYLE 1 62#define USB_FMRECORDERSTYLE 1
63 63
64/* Define this if the platform has batteries */ 64/* Define this if the platform can charge batteries */
65#define HAVE_BATTERIES 1 65#define HAVE_BATTERIES 1
66 66
67/* The start address index for ROM builds */ 67/* The start address index for ROM builds */