From a4565dd9d24d1b4a6646dd0183c5a4f4cf22c86e Mon Sep 17 00:00:00 2001 From: markun Date: Sat, 28 Jun 2008 00:02:03 +0000 Subject: [PATCH] set the s5l8700 i2c define to a unique number git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17822 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 79d50bf53..f5e486299 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -159,7 +159,7 @@ #define I2C_TCC77X 10 #define I2C_TCC780X 11 #define I2C_DM320 12 /* DM320 style */ -#define I2C_S5L8700 12 +#define I2C_S5L8700 13 /* CONFIG_LED */ #define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */ -- 2.11.4.GIT