From 00d982080cf1e630fea9c6e8b3a4e7a5be501781 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 May 2017 10:08:34 +0200 Subject: sptests/spprivenv01: Use default task mode There is no need to run the task with interrupts disabled. --- testsuites/sptests/spprivenv01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/sptests/spprivenv01/init.c b/testsuites/sptests/spprivenv01/init.c index 4f0660d7b5..88cf5e07af 100644 --- a/testsuites/sptests/spprivenv01/init.c +++ b/testsuites/sptests/spprivenv01/init.c @@ -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 ); -- cgit v1.2.3