Typo fixes from David Sidrane
This commit is contained in:
parent
da007c4f17
commit
e1e0fc259c
@ -145,7 +145,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
|
|||||||
|
|
||||||
#ifdef CONFIG_PRINT_TASKNAME
|
#ifdef CONFIG_PRINT_TASKNAME
|
||||||
lldbg("%s: PID=%d Stack Used=%lu of %lu\n",
|
lldbg("%s: PID=%d Stack Used=%lu of %lu\n",
|
||||||
rtcb->name, tcb->pid, (unsigned long)up_check_tcbstack(tcb),
|
tcb->name, tcb->pid, (unsigned long)up_check_tcbstack(tcb),
|
||||||
(unsigned long)tcb->adj_stack_size);
|
(unsigned long)tcb->adj_stack_size);
|
||||||
#else
|
#else
|
||||||
lldbg("PID: %d Stack Used=%lu of %lu\n",
|
lldbg("PID: %d Stack Used=%lu of %lu\n",
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <nuttx/timers/watchog.h>
|
#include <nuttx/timers/watchdog.h>
|
||||||
#include <arch/board/board.h>
|
#include <arch/board/board.h>
|
||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user