summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index a2535d7f54..b77014a846 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1509,7 +1509,7 @@ bool debug_menu(void)
1509#endif 1509#endif
1510 }; 1510 };
1511 1511
1512 m=menu_init( items, sizeof items / sizeof(struct menu_items) ); 1512 m=menu_init( items, sizeof items / sizeof(struct menu_items), NULL );
1513 result = menu_run(m); 1513 result = menu_run(m);
1514 menu_exit(m); 1514 menu_exit(m);
1515 1515