mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
sched/misc: fix the alignment in task dump printing during assert
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
1b801a5bbc
commit
c8c198feb3
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ static void show_tasks(void)
|
|||
#endif
|
||||
" PRI POLICY TYPE NPX"
|
||||
" STATE EVENT"
|
||||
" SIGMASK"
|
||||
" SIGMASK "
|
||||
" STACKBASE"
|
||||
" STACKSIZE"
|
||||
#ifdef CONFIG_STACK_COLORATION
|
||||
|
|
Loading…
Reference in a new issue