Add lcd_sleep stub to sim too.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-07-08 13:13:25 +00:00
parent 1bbd58e2d8
commit 979c2b7c66

View file

@ -50,6 +50,10 @@ int lcd_default_contrast(void)
return 28;
}
void lcd_sleep(void)
{
}
#ifdef HAVE_REMOTE_LCD
void lcd_remote_set_contrast(int val)
{