mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
Typo fixes from David Sidrane
This commit is contained in:
parent
591a9e7f65
commit
6058d3dc73
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue