diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-08 17:45:52 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-08 17:45:52 +0000 |
commit | 43079ea07f13a7631cd3c0e5993638235427a476 (patch) | |
tree | 13ff7f3370f2793797fe9bd51e4e459a5dda695f /firmware/export/config-recorderv2.h | |
parent | 5cf1c97aea10864ecb6c3836a5c17845a5906d79 (diff) |
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.h | 8 |
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 @@ /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 -/* Define this if you have a LiIon battery */ -#define HAVE_LIION - /* Define this if you need to power on ATA */ #define NEEDS_ATA_POWER_ON @@ -37,6 +34,9 @@ /* Define this to the CPU frequency */ #define CPU_FREQ 11059200 +/* Type of mobile power */ +#define CONFIG_BATTERY BATT_LIION2200 + /* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ #define BATTERY_SCALE_FACTOR 8081 @@ -61,7 +61,7 @@ /* How to detect USB */ #define USB_FMRECORDERSTYLE 1 -/* Define this if the platform has batteries */ +/* Define this if the platform can charge batteries */ #define HAVE_BATTERIES 1 /* The start address index for ROM builds */ |