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:
parent
be84fcffbd
commit
e7718a711f
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue