From 2c7b127dd77564a8ca8c384d7d1abed441efe110 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 23:47:03 +0000 Subject: Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12811 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/status.c') diff --git a/apps/status.c b/apps/status.c index 1551f77d53..468ca19c13 100644 --- a/apps/status.c +++ b/apps/status.c @@ -29,7 +29,7 @@ #include "gwps.h" #include "abrepeat.h" #include "statusbar.h" -#ifdef CONFIG_RTC +#if CONFIG_RTC #include "timefuncs.h" #endif #ifdef HAVE_LCD_BITMAP -- cgit v1.2.3