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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h
index ecb50c40ae..17a9c2e094 100644
--- a/apps/debug_menu.h
+++ b/apps/debug_menu.h
@@ -22,6 +22,7 @@
22#define _DEBUG_MENU_H 22#define _DEBUG_MENU_H
23 23
24bool debug_menu(void); 24bool debug_menu(void);
25bool run_debug_screen(char* screen);
25 26
26#ifndef SIMULATOR 27#ifndef SIMULATOR
27extern bool dbg_ports(void); 28extern bool dbg_ports(void);