diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-04 15:23:47 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-04 15:23:47 +0000 |
| commit | 8c800cf59af23eaa22b97e89556640f63998b9bd (patch) | |
| tree | 96115da5d0597b7625c637158364866d365258e1 /apps/plugins/clock.c | |
| parent | 0ea71be34895a225e137af20faea2adc9f113853 (diff) | |
| download | rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.zip rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.tar.gz rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.tar.bz2 rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.tar.xz | |
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
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" |