From e9588d5fdea360598c9b3f742c53e8c294fc59f5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jan 2018 10:03:53 +0100 Subject: psxstat: Use floating-point task This test uses sprintf(). --- testsuites/psxtests/psxstat/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/psxtests/psxstat/main.c b/testsuites/psxtests/psxstat/main.c index eb87b71f5d..d5af4d33cd 100644 --- a/testsuites/psxtests/psxstat/main.c +++ b/testsuites/psxtests/psxstat/main.c @@ -42,6 +42,7 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2) +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define CONFIGURE_INIT -- cgit v1.2.3