forked from len0rd/rockbox
Fixed the hang and weird behaviour with logf support enabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b5264d37f
commit
ba2062e8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type)
|
|||
void screen_access_init(void)
|
||||
{
|
||||
screen_init(&screens[0], SCREEN_MAIN);
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#if defined(HAVE_REMOTE_LCD) && !defined(ROCKBOX_HAS_LOGF)
|
||||
screen_init(&screens[1], SCREEN_REMOTE);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue