1
0
Fork 0
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:
Magnus Holmgren 2005-11-23 22:34:11 +00:00
parent a04b1d418d
commit 33289d090f

View file

@ -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)
{