[rtems commit] fsclose01: Fix task mode, use attribute

Sebastian Huber sebh at rtems.org
Fri Feb 9 12:18:23 UTC 2018


Module:    rtems
Branch:    master
Commit:    a3eec5cf3513d76cce325b5cb9b7eeff07d14e69
Changeset: http://git.rtems.org/rtems/commit/?id=a3eec5cf3513d76cce325b5cb9b7eeff07d14e69

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Feb  9 13:17:45 2018 +0100

fsclose01: Fix task mode, use attribute

Update #1971.

---

 testsuites/fstests/fsclose01/init.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuites/fstests/fsclose01/init.c b/testsuites/fstests/fsclose01/init.c
index 92c7d23..c8f63c2 100644
--- a/testsuites/fstests/fsclose01/init.c
+++ b/testsuites/fstests/fsclose01/init.c
@@ -550,7 +550,8 @@ static void Init(rtems_task_argument arg)
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #define CONFIGURE_INIT_TASK_PRIORITY 2
-#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_FLOATING_POINT
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES
 
 #define CONFIGURE_INIT
 




More information about the vc mailing list