Update perf_counter.h

This commit is contained in:
Gabriel Wang 2024-01-27 14:07:42 +00:00
parent 142a2415b9
commit 9b8a258ad8

View File

@ -359,7 +359,7 @@ __asm(".global __ensure_systick_wrapper\n\t");
__perf_counter_printf__( \
"--------------------------------------------\r\n"); \
__perf_counter_printf__( \
__STR " total cycle count: %ld [%016lx]\r\n", \
__STR " total cycle count: %ld [%08lx]\r\n", \
(long)_, (long)_); \
} else { \
__VA_ARGS__ \