summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-19 13:34:35 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-19 13:34:35 +0000
commit30237007f1cccdc12e6012a01a87ed83b6024fff (patch)
tree6dd7aa185aaeef8e47522e91271d652c418f227a /apps
parente68ccbd1d8a080969e024cb24f96209adf3c664e (diff)
downloadrockbox-30237007f1cccdc12e6012a01a87ed83b6024fff.tar.gz
rockbox-30237007f1cccdc12e6012a01a87ed83b6024fff.zip
There will soon exist bitmapped players without RTC (iRiver)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c
index 2695bab26d..ab2e05e7c2 100644
--- a/apps/plugins/clock.c
+++ b/apps/plugins/clock.c
@@ -74,7 +74,7 @@ Original release, featuring analog / digital modes and a few options.
#include "plugin.h"
#include "time.h"
-#ifdef HAVE_LCD_BITMAP
+#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC)
#define CLOCK_VERSION "2.51"