mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Reverted an accidental change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
224c0a13eb
commit
47c0bf6ac4
1 changed files with 1 additions and 6 deletions
|
@ -519,12 +519,7 @@ static void remote_tick(void)
|
|||
if (cs_countdown == 0)
|
||||
CS_HI;
|
||||
}
|
||||
#else
|
||||
int remote_type(void)
|
||||
{
|
||||
return REMOTETYPE_UNPLUGGED;
|
||||
}
|
||||
#endif/* !SIMULATOR */
|
||||
#endif /* !SIMULATOR */
|
||||
|
||||
/* LCD init */
|
||||
#ifdef SIMULATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue