diff options
Diffstat (limited to 'apps/plugins/clock.c')
| -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 6b06b1a..9c940dc 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -78,7 +78,7 @@ Original release, featuring analog / digital modes and a few options. #include "plugin.h" #include "time.h" -#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC) +#if defined(HAVE_LCD_BITMAP) && defined(CONFIG_RTC) #define CLOCK_VERSION "2.60" |