summaryrefslogtreecommitdiff
path: root/apps/debug_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.h')
-rw-r--r--apps/debug_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h
index 4b2c193..e3f2eb4 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