summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/coldfire/iaudio/x5/pcf50606-x5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/pcf50606-x5.c b/firmware/target/coldfire/iaudio/x5/pcf50606-x5.c
index b8128617c2..f8f6c1d675 100644
--- a/firmware/target/coldfire/iaudio/x5/pcf50606-x5.c
+++ b/firmware/target/coldfire/iaudio/x5/pcf50606-x5.c
@@ -82,7 +82,7 @@ void pcf50606_init(void)
82 pcf50606_write(0x3a, 0x00); /* GPOOD1 = red led OFF */ 82 pcf50606_write(0x3a, 0x00); /* GPOOD1 = red led OFF */
83 83
84 /* Accessory detect */ 84 /* Accessory detect */
85 pcf50606_write(0x33, 0x8e); /* ACDAPE=1, THRSHLD=2.40V */ 85 pcf50606_write(0x33, 0x8c); /* ACDAPE=1, THRSHLD=2.20V */
86 86
87 /* allow GPI0 interrupts from PMU now */ 87 /* allow GPI0 interrupts from PMU now */
88 enable_pmu_interrupts(); 88 enable_pmu_interrupts();