system/trace/trace_dump.c: Fix typo in a comment (NUL -> NULL).
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
16accc17bf
commit
c26c4009d9
@ -85,7 +85,7 @@ struct trace_dump_task_context_s
|
||||
FAR struct trace_dump_task_context_s *next;
|
||||
pid_t pid; /* Task PID */
|
||||
int syscall_nest; /* Syscall nest level */
|
||||
char name[CONFIG_TASK_NAME_SIZE + 1]; /* Task name (with NUL terminator) */
|
||||
char name[CONFIG_TASK_NAME_SIZE + 1]; /* Task name (with NULL terminator) */
|
||||
};
|
||||
|
||||
struct trace_dump_context_s
|
||||
|
Loading…
Reference in New Issue
Block a user