1
0
Fork 0
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:
Jens Arnold 2004-11-25 18:40:28 +00:00
parent 56a6fdda4d
commit c30dcb8ad1

View file

@ -68,7 +68,7 @@ static void button_tick(void)
int diff;
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 */
btn = remote_control_rx();
if(btn)