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/screens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 3015652a5c..ce174e1e58 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -42,7 +42,7 @@ extern bool quick_screen_f3(int button_enter); #endif extern bool quick_screen_quick(int button_enter); -#ifdef CONFIG_RTC +#if CONFIG_RTC bool set_time_screen(const char* string, struct tm *tm); #endif -- cgit