Fix a typo in the last commit

This commit is contained in:
Gregory Nutt 2015-03-27 10:58:52 -06:00
parent 66670c1738
commit ee506c42f5

View File

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