summaryrefslogtreecommitdiff
path: root/firmware/drivers/i2c-pp5020.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/i2c-pp5020.c')
-rw-r--r--firmware/drivers/i2c-pp5020.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/i2c-pp5020.c b/firmware/drivers/i2c-pp5020.c
index 8b48375e3d..e81783dba0 100644
--- a/firmware/drivers/i2c-pp5020.c
+++ b/firmware/drivers/i2c-pp5020.c
@@ -195,7 +195,7 @@ void i2c_init(void)
195{ 195{
196 /* From ipodlinux */ 196 /* From ipodlinux */
197 197
198#if defined(APPLE_IPODMINI) 198#ifdef IPOD_MINI
199 /* GPIO port C disable port 0x10 */ 199 /* GPIO port C disable port 0x10 */
200 GPIOC_ENABLE &= ~0x10; 200 GPIOC_ENABLE &= ~0x10;
201 201