summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 00:02:03 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 00:02:03 +0000
commitb2ce7e2801b811ffe4a23f90ebd9cd4ca6155837 (patch)
tree66a6c43757340e862e927ba77fce81ad1b7bbced
parent3ce62b6413fd9459b73edd24ec953d14b3f58bc3 (diff)
downloadrockbox-b2ce7e2801b811ffe4a23f90ebd9cd4ca6155837.tar.gz
rockbox-b2ce7e2801b811ffe4a23f90ebd9cd4ca6155837.zip
set the s5l8700 i2c define to a unique number
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17822 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 79d50bf533..f5e4862995 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -159,7 +159,7 @@
159#define I2C_TCC77X 10 159#define I2C_TCC77X 10
160#define I2C_TCC780X 11 160#define I2C_TCC780X 11
161#define I2C_DM320 12 /* DM320 style */ 161#define I2C_DM320 12 /* DM320 style */
162#define I2C_S5L8700 12 162#define I2C_S5L8700 13
163 163
164/* CONFIG_LED */ 164/* CONFIG_LED */
165#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */ 165#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */