forked from len0rd/rockbox
Remote control working again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56a6fdda4d
commit
c30dcb8ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static void button_tick(void)
|
||||||
int diff;
|
int diff;
|
||||||
int btn;
|
int btn;
|
||||||
|
|
||||||
#if !defined(HAVE_MMC) && !defined(IRIVER_H100_PAD)
|
#if !defined(HAVE_MMC) && (CONFIG_KEYPAD != IRIVER_H100_PAD)
|
||||||
/* Post events for the remote control */
|
/* Post events for the remote control */
|
||||||
btn = remote_control_rx();
|
btn = remote_control_rx();
|
||||||
if(btn)
|
if(btn)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue