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:
parent
2c994b44ba
commit
6adbbc0f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue