From 729b2126c79559214e7c6360e2703b161120fc2c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 14:22:22 +0000 Subject: Use PRIdPriority_Control to print Priority_Control's. --- testsuites/sptests/sp35/priinv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sp35/priinv.c') diff --git a/testsuites/sptests/sp35/priinv.c b/testsuites/sptests/sp35/priinv.c index e2691d7c60..4b0821ea73 100644 --- a/testsuites/sptests/sp35/priinv.c +++ b/testsuites/sptests/sp35/priinv.c @@ -93,7 +93,7 @@ const char *CallerName(void) #else TempName.u = (uint32_t) _Thread_Executing->Object.name.name_u32; #endif - sprintf( buffer, "%c%c%c%c -- %d", + sprintf( buffer, "%c%c%c%c -- %" PRIdPriority_Control, TempName.c[0], TempName.c[1], TempName.c[2], TempName.c[3], _Thread_Executing->current_priority ); -- cgit v1.2.3