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/sp34/changepri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sp34') diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c index 02c0fcec78..40eef1349b 100644 --- a/testsuites/sptests/sp34/changepri.c +++ b/testsuites/sptests/sp34/changepri.c @@ -51,7 +51,7 @@ const char *CallerName(void) #else TempName.u = _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