mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:05:17 +08:00
sptests/spprivenv01: Use default task mode
There is no need to run the task with interrupts disabled.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user