1
0
Fork 0
forked from len0rd/rockbox

X5: Slightly lower threshold value to reliably disable constant adc reading when no button is pressed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-11-26 18:24:23 +00:00
parent 2c994b44ba
commit 6adbbc0f2f

View file

@ -82,7 +82,7 @@ void pcf50606_init(void)
pcf50606_write(0x3a, 0x00); /* GPOOD1 = red led OFF */
/* Accessory detect */
pcf50606_write(0x33, 0x8e); /* ACDAPE=1, THRSHLD=2.40V */
pcf50606_write(0x33, 0x8c); /* ACDAPE=1, THRSHLD=2.20V */
/* allow GPI0 interrupts from PMU now */
enable_pmu_interrupts();