Increased stack space of tasks.

This commit is contained in:
Joel Sherrill
1998-02-19 22:55:02 +00:00
parent b3dcd9a271
commit fde74a3e14
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ]