[rtems commit] psxstat: Use floating-point task

Sebastian Huber sebh at rtems.org
Fri Jan 19 09:11:13 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 19 10:03:53 2018 +0100

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 eb87b71..d5af4d3 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
 




More information about the vc mailing list