minor update

This commit is contained in:
Gabriel Wang 2023-03-06 12:16:47 +00:00
parent 47c8c3be6f
commit 197c2a1fe8
3 changed files with 4 additions and 4 deletions

View File

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

View File

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