Fix a typo in the last commit

This commit is contained in:
Gregory Nutt 2015-03-27 10:58:52 -06:00
parent 08d54685a1
commit a8cba44e0f

View File

@ -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