Increased stack size.

This commit is contained in:
Joel Sherrill
1996-01-19 22:21:46 +00:00
parent 2931001675
commit 709b93db98
6 changed files with 10 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ pause();
status = rtems_task_create(
Task_name[ 1 ],
4,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ 1 ]