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 6375094..4452206 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -450,7 +450,7 @@ static bool dbg_buflib_allocs(void)
simplelist_info_init(&info, "mem allocs", core_get_num_blocks(), NULL);
info.get_name = bf_getname;
info.action_callback = bf_action_cb;
- info.timeout = HZ/2;
+ info.timeout = TIMEOUT_BLOCK;
return simplelist_show_list(&info);
}