summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpschedaffinity04
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:19:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:23:10 +0200
commit0f1fa19882f9a6436eedf96987de079182a0037a (patch)
tree84658b678e43ba3abed8e64597d54fd3b31a12c0 /testsuites/smptests/smpschedaffinity04
parentpsxtests/psxstat: Fix format warnings (diff)
downloadrtems-0f1fa19882f9a6436eedf96987de079182a0037a.tar.bz2
smptests: Fix format warnings
Diffstat (limited to 'testsuites/smptests/smpschedaffinity04')
-rw-r--r--testsuites/smptests/smpschedaffinity04/init.c2
1 files changed, 1 insertions, 1 deletions
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));