sptests/spprivenv01: Use default task mode

There is no need to run the task with interrupts disabled.
This commit is contained in:
Sebastian Huber
2017-05-12 10:08:34 +02:00
parent f778b7f3f1
commit 00d982080c

View File

@@ -90,7 +90,7 @@ rtems_task Init(
sc = rtems_task_create( another_task_name,
1,
RTEMS_MINIMUM_STACK_SIZE * 2,
RTEMS_INTERRUPT_LEVEL(31),
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&task_id
);