Skip to content

Commit

Permalink
assert: Fix the printing alignment of interrupt stack during assert
Browse files Browse the repository at this point in the history
Fix the printing alignment of interrupt stack during assert.
  • Loading branch information
SPRESENSE committed Aug 28, 2023
1 parent cb8df39 commit 920609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sched/misc/assert.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static void dump_tasks(void)
" --- --------"
" ------- ---"
" ------- ----------"
" --------"
" ----------------"
" %p"
" %7u"
# ifdef CONFIG_STACK_COLORATION
Expand Down

0 comments on commit 920609e

Please sign in to comment.