From ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 10 Oct 2004 01:25:32 +0000 Subject: Removed car adapter mode for Ondio, and changed the misleading config option HAVE_BATTERIES to the more appropriate HAVE_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5242 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 2 +- firmware/export/config-h100.h | 2 +- firmware/export/config-player.h | 2 +- firmware/export/config-recorder.h | 2 +- firmware/export/config-recorderv2.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 8d3f1a1051..aec31c2b84 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -62,7 +62,7 @@ #define USB_FMRECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x14010 diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index a3e982a062..d7931b20df 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -20,7 +20,7 @@ #define CONFIG_BATTERY BATT_LIION2200 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x11010 diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index d457ef40fd..d935a58edc 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -48,7 +48,7 @@ #define USB_PLAYERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* Define this for programmable LED available */ #define HAVE_LED diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 1e90a05248..9aacb490dd 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -56,7 +56,7 @@ #define USB_RECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x11010 diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index b676a180ed..8addf78858 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -62,7 +62,7 @@ #define USB_FMRECORDERSTYLE 1 /* Define this if the platform can charge batteries */ -#define HAVE_BATTERIES 1 +#define HAVE_CHARGING 1 /* The start address index for ROM builds */ #define ROM_START 0x12010 -- cgit v1.2.3