Skip to content

Commit

Permalink
Update perf_counter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 27, 2024
1 parent 142a241 commit 9b8a258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ \
Expand Down

0 comments on commit 9b8a258

Please sign in to comment.