bsps: Fix format specifier

Close #4722.
This commit is contained in:
Sebastian Huber
2022-09-23 08:37:59 +02:00
parent 74a78fbfd1
commit 962904cd94
+1 -1
View File
@@ -153,7 +153,7 @@ void bsp_fatal_extension(
_Thread_Get_name( executing, name, sizeof( name ) );
printk(
"executing thread ID: 0x08%" PRIx32 "\n"
"executing thread ID: 0x%08" PRIx32 "\n"
"executing thread name: %s\n",
executing->Object.id,
name