forked from len0rd/rockbox
fix yellow builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8058 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a04b1d418d
commit
33289d090f
1 changed files with 3 additions and 0 deletions
|
|
@ -58,7 +58,10 @@ static bool flipped; /* buttons can be flipped to match the LCD flip */
|
|||
#define POWEROFF_COUNT 10
|
||||
|
||||
static int button_read(void);
|
||||
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
static bool remote_button_hold_only(void);
|
||||
#endif
|
||||
|
||||
static void button_tick(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue