We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182d301 commit aa0ff5fCopy full SHA for aa0ff5f
cores/esp32/freertos_stats.cpp
@@ -53,7 +53,7 @@ void printRunningTasks(Print & printer) {
53
);
54
printer.printf("Num\t Name"
55
#if CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS
56
- "\t Load"
+ "\tLoad"
57
#endif
58
"\tPrio\t Free"
59
#if CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID
@@ -72,7 +72,7 @@ void printRunningTasks(Print & printer) {
72
73
printer.printf("%3u\t%16s"
74
75
- "\t%8lu%%"
+ "\t%3lu%%"
76
77
"\t%4u\t%5lu"
78
0 commit comments