mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:49:22 +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:
committed by
Xiang Xiao
parent
1b801a5bbc
commit
c8c198feb3
+1
-1
@@ -422,7 +422,7 @@ static void show_tasks(void)
|
||||
#endif
|
||||
" PRI POLICY TYPE NPX"
|
||||
" STATE EVENT"
|
||||
" SIGMASK"
|
||||
" SIGMASK "
|
||||
" STACKBASE"
|
||||
" STACKSIZE"
|
||||
#ifdef CONFIG_STACK_COLORATION
|
||||
|
||||
Reference in New Issue
Block a user