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/plugins/battery_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/battery_test.c') diff --git a/apps/plugins/battery_test.c b/apps/plugins/battery_test.c index adb1a2d86e..31ae801934 100644 --- a/apps/plugins/battery_test.c +++ b/apps/plugins/battery_test.c @@ -87,7 +87,7 @@ enum plugin_status loop(void) rb->splash(HZ, true, "Failed creating /battery.log"); break; } -#ifdef HAVE_RTC +#ifdef CONFIG_RTC t = rb->get_time(); #else { -- cgit v1.2.3