enables remote support only when LOGF is disabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7725 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4faf0ce488
commit
acdcf68330
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ enum screen_type {
|
|||
#endif
|
||||
};
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#if defined(HAVE_REMOTE_LCD) && !defined (ROCKBOX_HAS_LOGF)
|
||||
#define NB_SCREENS 2
|
||||
#else
|
||||
#define NB_SCREENS 1
|
||||
|
|
Loading…
Reference in a new issue