diff options
Diffstat (limited to 'apps/debug_menu.h')
-rw-r--r-- | apps/debug_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
23 | 23 | ||
24 | #ifndef SIMULATOR | 24 | #ifndef SIMULATOR |
25 | extern bool dbg_ports(void); | 25 | extern bool dbg_ports(void); |
26 | #ifdef HAVE_RTC | 26 | #ifdef CONFIG_RTC |
27 | extern bool dbg_rtc(void); | 27 | extern bool dbg_rtc(void); |
28 | #endif | 28 | #endif |
29 | #endif | 29 | #endif |