diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index be77699..48e67b5 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2390,7 +2390,7 @@ bool debug_menu(void) }; m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL, - NULL, NULL, NULL); + "Debug Menu", NULL, NULL); result = menu_run(m); menu_exit(m); |