Skip to content
Snippets Groups Projects
Commit 6058d3dc authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Typo fixes from David Sidrane

parent 591a9e7f
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
#ifdef CONFIG_PRINT_TASKNAME
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);
#else
lldbg("PID: %d Stack Used=%lu of %lu\n",
......
......@@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/timers/watchog.h>
#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "up_arch.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment