forked from len0rd/rockbox
Fix red for HAS_SERIAL_REMOTE
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22801 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5797a6e93
commit
073e2062da
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ static void button_tick(void)
|
||||||
const int data = 0;
|
const int data = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAS_SERIAL_REMOTE
|
#if defined(HAS_SERIAL_REMOTE) && !defined(SIMULATOR)
|
||||||
/* 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