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 e3f2eb4ebd..629d0712c6 100644
--- a/apps/debug_menu.h
+++ b/apps/debug_menu.h
@@ -23,10 +23,10 @@ bool debug_menu(void);
23 23
24#ifndef SIMULATOR 24#ifndef SIMULATOR
25extern bool dbg_ports(void); 25extern bool dbg_ports(void);
26extern bool dbg_partitions(void);
26#ifdef CONFIG_RTC 27#ifdef CONFIG_RTC
27extern bool dbg_rtc(void); 28extern bool dbg_rtc(void);
28#endif 29#endif
29#endif 30#endif
30extern bool dbg_partitions(void);
31 31
32#endif 32#endif