1
0
Fork 0
forked from len0rd/rockbox

Simulator stub for remote lcd flip.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-06-17 22:03:56 +00:00
parent bd1bb5f009
commit 22c15b78c8

View file

@ -69,4 +69,9 @@ void lcd_remote_backlight_off(int val)
{
(void)val;
}
void lcd_remote_set_flip(bool yesno)
{
(void)yesno;
}
#endif