From 9b8a258ad809d51347a65b5889df2e974f4d412c Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Sat, 27 Jan 2024 14:07:42 +0000 Subject: [PATCH] Update perf_counter.h --- perf_counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf_counter.h b/perf_counter.h index 2b55680..da5ea7a 100644 --- a/perf_counter.h +++ b/perf_counter.h @@ -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__ \