1
0
Fork 0
forked from len0rd/rockbox

Setting GPIOA_PIN 1 is apparently not needed (anymore)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20028 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-02-17 02:41:30 +00:00
parent be84fcffbd
commit e7718a711f

View file

@ -48,8 +48,6 @@ extern void lcd_button_support(void);
void button_init_device(void)
{
GPIOA_DIR |= (1<<1);
GPIOA_PIN(1) = (1<<1);
}
/* clickwheel */