mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fuzev2: fix build, use suited bitmap tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f7842444b
commit
d3312b7f16
2 changed files with 5 additions and 1 deletions
|
|
@ -35,3 +35,7 @@ int button_read_device(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
bool button_hold(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue