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:
Kevin Ferrare 2005-11-02 02:28:12 +00:00
parent 4faf0ce488
commit acdcf68330

View file

@ -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