summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-10 01:25:32 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-10 01:25:32 +0000
commitccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 (patch)
tree6e16459ed3951a0c7dbefbc695b51f3718d68c9d /firmware/export
parentf5bdf6952c49ed6ab08020a93cbd2a07d4ea0901 (diff)
downloadrockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.zip
rockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.tar.gz
rockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.tar.bz2
rockbox-ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2.tar.xz
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 8d3f1a1..aec31c2 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 a3e982a..d7931b2 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 d457ef4..d935a58 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 1e90a05..9aacb49 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 b676a18..8addf78 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