mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Philips HDD1630: add ADC info to debug screen. Make button_click work again (bad copy/paste job).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19822 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17862d2061
commit
ce7c62ce29
2 changed files with 6 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ static int int_btn = BUTTON_NONE;
|
|||
void button_click(void)
|
||||
{
|
||||
GPO32_ENABLE |= 0x2000;
|
||||
GPIOD_OUTPUT_VAL |= 0x8;
|
||||
GPO32_VAL |= 0x2000;
|
||||
udelay(1000);
|
||||
GPO32_VAL &= ~0x2000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue