From fde74a3e1482e833ed485559afe54f6f33a3c9be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Feb 1998 22:55:02 +0000 Subject: Increased stack space of tasks. --- testsuites/sptests/sp12/pridrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/sptests/sp12/pridrv.c b/testsuites/sptests/sp12/pridrv.c index 79f80cea37..24c96c10ea 100644 --- a/testsuites/sptests/sp12/pridrv.c +++ b/testsuites/sptests/sp12/pridrv.c @@ -47,7 +47,7 @@ void Priority_test_driver( status = rtems_task_create( Priority_task_name[ index ], Task_priority[ index ], - RTEMS_MINIMUM_STACK_SIZE, + RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_DEFAULT_MODES, RTEMS_DEFAULT_ATTRIBUTES, &Priority_task_id[ index ] -- cgit v1.2.3