enabled floating point and fixed confdef reference to initialization

tasks table.
This commit is contained in:
Joel Sherrill
1997-04-09 21:00:33 +00:00
parent 61a183a90e
commit 6bcceb87ab
8 changed files with 18 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ rtems_task Init(
Priorities[ index ],
RTEMS_MINIMUM_STACK_SIZE * 4,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
(index == 5) ? RTEMS_FLOATING_POINT : RTEMS_DEFAULT_ATTRIBUTES,
&Task_id[ index ]
);
directive_failed( status, "rtems_task_create loop" );