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:
Mark Arigo 2009-01-23 03:14:34 +00:00
parent 17862d2061
commit ce7c62ce29
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}