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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h
index 5dcc3ac183..9b4841f653 100644
--- a/apps/debug_menu.h
+++ b/apps/debug_menu.h
@@ -19,12 +19,12 @@
19#ifndef _DEBUG_MENU_H 19#ifndef _DEBUG_MENU_H
20#define _DEBUG_MENU_H 20#define _DEBUG_MENU_H
21 21
22Menu debug_menu(void); 22bool debug_menu(void);
23 23
24#ifndef SIMULATOR 24#ifndef SIMULATOR
25extern Menu dbg_ports(void); 25extern bool dbg_ports(void);
26#ifdef HAVE_RTC 26#ifdef HAVE_RTC
27extern Menu dbg_rtc(void); 27extern bool dbg_rtc(void);
28#endif 28#endif
29#endif 29#endif
30 30