Changed to use minimum stack size.

This commit is contained in:
Joel Sherrill
2000-05-19 19:04:45 +00:00
parent ef0126bba2
commit 6174e27e89

View File

@@ -52,7 +52,7 @@ starttask (int arg)
rtems_task_set_priority (RTEMS_SELF, RTEMS_CURRENT_PRIORITY, &priority);
sc = rtems_task_create (rtems_build_name ('S', 'R', 'V', arg + 'A'),
priority,
10000,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_PREEMPT|RTEMS_NO_TIMESLICE|RTEMS_NO_ASR|RTEMS_INTERRUPT_LEVEL(0),
RTEMS_NO_FLOATING_POINT|RTEMS_LOCAL,
&tid);