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:
parent
f8e017be8f
commit
0ec3bc98a7
1 changed files with 8 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue