Skip to content
Snippets Groups Projects
Commit a6adc645 authored by Christian Rauch's avatar Christian Rauch Committed by David Sidrane
Browse files

check CONFIG_TASK_NAME_SIZE for print_load_nuttx

parent 92117da3
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@
#if defined(CONFIG_SCHED_INSTRUMENTATION)
#if !defined(CONFIG_TASK_NAME_SIZE)
#error print_load_nuttx requires CONFIG_TASK_NAME_SIZE
#endif
extern struct system_load_s system_load;
#define CL "\033[K" // clear line
......
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