From 0f1fa19882f9a6436eedf96987de079182a0037a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:19:57 +0200 Subject: smptests: Fix format warnings --- testsuites/smptests/smpschedaffinity04/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/smptests/smpschedaffinity04') diff --git a/testsuites/smptests/smpschedaffinity04/init.c b/testsuites/smptests/smpschedaffinity04/init.c index 2a504f92c0..8b62ae0edc 100644 --- a/testsuites/smptests/smpschedaffinity04/init.c +++ b/testsuites/smptests/smpschedaffinity04/init.c @@ -116,7 +116,7 @@ static void test(void) /* * Verify the Init task is running on the max core. */ - printf("Verify Init task is on cpu %l" PRIu32 "\n",cpu_count-1); + printf("Verify Init task is on cpu %" PRIu32 "\n",cpu_count-1); cpu = rtems_get_current_processor(); rtems_test_assert(cpu == (cpu_count-1)); -- cgit v1.2.3