summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/pcf50605.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 59b3d25..7d88e46 100644
--- a/firmware/drivers/pcf50605.c
+++ b/firmware/drivers/pcf50605.c
@@ -99,7 +99,7 @@ void pcf50605_init(void)
/* keep initialization from svn for other iPods */
pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */
pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */
+#endif
/* Dock Connector pin 17 (default: OFF) */
pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */
-#endif
}