Increased stack space for a task.

This commit is contained in:
Joel Sherrill
1999-11-01 20:08:05 +00:00
parent c42e6c72eb
commit 4443984a4c
4 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[ 1 ],
1,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ 1 ]