From 43079ea07f13a7631cd3c0e5993638235427a476 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 8 Oct 2004 17:45:52 +0000 Subject: multiple battery types prepared (CONFIG_BATTERY) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5227 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index af7ca91315..8d3f1a1051 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.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 */ -- cgit v1.2.3