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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h
index 629d0712c6..d1a49294da 100644
--- a/apps/debug_menu.h
+++ b/apps/debug_menu.h
@@ -24,9 +24,6 @@ bool debug_menu(void);
24#ifndef SIMULATOR 24#ifndef SIMULATOR
25extern bool dbg_ports(void); 25extern bool dbg_ports(void);
26extern bool dbg_partitions(void); 26extern bool dbg_partitions(void);
27#ifdef CONFIG_RTC
28extern bool dbg_rtc(void);
29#endif
30#endif 27#endif
31 28
32#endif 29#endif