Skip to content

Commit fbdba95

Browse files
committed
fix(format): Fix print of runtime formatting
1 parent aa0ff5f commit fbdba95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/freertos_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void printRunningTasks(Print & printer) {
4444
#endif
4545
printer.printf("Tasks: %u"
4646
#if CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS
47-
", Runtime: %us, Period: %uus"
47+
", Runtime: %lus, Period: %luus"
4848
#endif
4949
"\n", uxArraySize
5050
#if CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS

0 commit comments

Comments
 (0)