Fix a typo in the last commit
This commit is contained in:
parent
66670c1738
commit
ee506c42f5
@ -150,7 +150,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
|
|||||||
#else
|
#else
|
||||||
lldbg("PID: %d Stack Used=%lu of %lu\n",
|
lldbg("PID: %d Stack Used=%lu of %lu\n",
|
||||||
tcb->pid, (unsigned long)up_check_tcbstack(tcb),
|
tcb->pid, (unsigned long)up_check_tcbstack(tcb),
|
||||||
unsigned long)tcb->adj_stack_size);
|
(unsigned long)tcb->adj_stack_size);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user