[PATCH] smp03: make printout match actual task name

Daniel Hellstrom daniel at gaisler.com
Wed Sep 19 14:13:35 UTC 2018


---
 testsuites/smptests/smp03/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/smptests/smp03/init.c b/testsuites/smptests/smp03/init.c
index 3ad0352..cd6bba1 100644
--- a/testsuites/smptests/smp03/init.c
+++ b/testsuites/smptests/smp03/init.c
@@ -96,7 +96,7 @@ rtems_task Init(
 
   /* Create/Start an aditional task with the highest priority */
   status = rtems_task_create(
-    rtems_build_name( 'T', 'A', ch, ' ' ),
+    rtems_build_name( 'T', 'A', ch + 1, ' ' ),
     3,
     RTEMS_MINIMUM_STACK_SIZE,
     RTEMS_PREEMPT,
-- 
2.7.4



More information about the devel mailing list