mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
686c4e53ce
commit
56d972ad57
26 changed files with 607 additions and 607 deletions
|
|
@ -61,7 +61,7 @@ extern bool lcd_button_support(void);
|
|||
|
||||
void button_init_device(void)
|
||||
{
|
||||
GPIOA_DIR |= (1<<1);
|
||||
GPIOA_DIR |= (1<<1);
|
||||
GPIOA_PIN(1) = (1<<1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue