summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 10:54:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 10:54:23 +0100
commit60dc0205ca2ea4d7bf319f001003746541f0d05e (patch)
tree68ddbe3f51e6a35225fa795d7898866c768741dd
parentblock06: Use floating-point task (diff)
downloadrtems-60dc0205ca2ea4d7bf319f001003746541f0d05e.tar.bz2
psxfile01: Use floating-point task
This test uses fprintf().
-rw-r--r--testsuites/psxtests/psxfile01/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxfile01/main.c b/testsuites/psxtests/psxfile01/main.c
index b2f3cae63d..c634082a4a 100644
--- a/testsuites/psxtests/psxfile01/main.c
+++ b/testsuites/psxtests/psxfile01/main.c
@@ -38,6 +38,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION