1
0
Fork 0
forked from len0rd/rockbox

Oh, those simulator compiler errors...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-25 06:39:52 +00:00
parent f8e017be8f
commit 0ec3bc98a7

View file

@ -496,6 +496,14 @@ void lcd_icon(int icon, bool enable)
#endif /* HAVE_LCD_CHARCELLS */
#if defined(SIMULATOR) && defined(HAVE_LCD_CHARCELLS)
void lcd_icon(int icon, bool enable)
{
icon = icon;
enable = enable;
}
#endif
#if defined(HAVE_LCD_CHARCELLS) || defined(SIMULATOR) /* not BITMAP */
void lcd_init (void)
{