From 920609e0a1e41d9ff57caeb3d7734b8ccb20db76 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:37:56 +0900 Subject: [PATCH] assert: Fix the printing alignment of interrupt stack during assert Fix the printing alignment of interrupt stack during assert. --- sched/misc/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/misc/assert.c b/sched/misc/assert.c index 1cbe45aef76b5..752b7707ab82e 100644 --- a/sched/misc/assert.c +++ b/sched/misc/assert.c @@ -442,7 +442,7 @@ static void dump_tasks(void) " --- --------" " ------- ---" " ------- ----------" - " --------" + " ----------------" " %p" " %7u" # ifdef CONFIG_STACK_COLORATION