Ooops, I did it again...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
873563083a
commit
9b6784dbfc
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ bool button_hold(void)
|
|||
|
||||
int button_status(void)
|
||||
{
|
||||
return last_btn;
|
||||
return lastbtn;
|
||||
}
|
||||
|
||||
void button_clear_queue(void)
|
||||
|
|
Loading…
Reference in a new issue