From 8c800cf59af23eaa22b97e89556640f63998b9bd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 4 Dec 2005 15:23:47 +0000 Subject: 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 --- apps/debug_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.h') diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 4b2c193662..e3f2eb4ebd 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -23,7 +23,7 @@ bool debug_menu(void); #ifndef SIMULATOR extern bool dbg_ports(void); -#ifdef HAVE_RTC +#ifdef CONFIG_RTC extern bool dbg_rtc(void); #endif #endif -- cgit v1.2.3