summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-09-19 09:37:14 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-09-19 09:37:14 +0000
commit8048b116cfa571d20c50e9c9ee426840b54cd679 (patch)
treef507498b68beb0adc6a1b17f3328294320e33aef /firmware/export/config-m200v4.h
parentb2aa2452e798d6fed2c1d5ab3e8b16cfa234a551 (diff)
downloadrockbox-8048b116cfa571d20c50e9c9ee426840b54cd679.tar.gz
rockbox-8048b116cfa571d20c50e9c9ee426840b54cd679.zip
Remove dead or useless defines: HAVE_ONDIO_IC was replaced by CONFIG_I2C but just added not replaced for the OndioFM in errr... r5675. The creativezv* and the m200v4 config files defined CONFIG_I2C twice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22736 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 6e42fa2fe0..21038349fd 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -108,8 +108,6 @@
108/* Define how much SD sectors are reserved for OF */ 108/* Define how much SD sectors are reserved for OF */
109#define AMS_OF_SIZE 0x5000 109#define AMS_OF_SIZE 0x5000
110 110
111#define CONFIG_I2C I2C_AS3525
112
113#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ 111#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
114#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 112#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
115#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 113#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */