mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
Fix a typo in the last commit
This commit is contained in:
parent
08d54685a1
commit
a8cba44e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
|
|||
#else
|
||||
lldbg("PID: %d Stack Used=%lu of %lu\n",
|
||||
tcb->pid, (unsigned long)up_check_tcbstack(tcb),
|
||||
unsigned long)tcb->adj_stack_size);
|
||||
(unsigned long)tcb->adj_stack_size);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue