diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-19 13:34:35 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-19 13:34:35 +0000 |
commit | 30237007f1cccdc12e6012a01a87ed83b6024fff (patch) | |
tree | 6dd7aa185aaeef8e47522e91271d652c418f227a /apps/plugins | |
parent | e68ccbd1d8a080969e024cb24f96209adf3c664e (diff) |
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/plugins')
-rw-r--r-- | apps/plugins/clock.c | 2 |
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" |