From 431661de350612b485d9be25c1f6c07ac58d472e Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Wed, 19 Sep 2018 14:12:59 +0200 Subject: smp03: make printout match actual task name --- 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 3ad035280b..cd6bba14e3 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, -- cgit v1.2.3