1
0
Fork 0
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:
Thomas Martitz 2009-09-23 17:39:14 +00:00
parent d5797a6e93
commit 073e2062da

View file

@ -122,7 +122,7 @@ static void button_tick(void)
const int data = 0;
#endif
#ifdef HAS_SERIAL_REMOTE
#if defined(HAS_SERIAL_REMOTE) && !defined(SIMULATOR)
/* Post events for the remote control */
btn = remote_control_rx();
if(btn)