[rtems commit] spcpucounter01: Enable floating-point output

Sebastian Huber sebh at rtems.org
Mon May 14 13:55:28 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  4 15:25:46 2018 +0200

spcpucounter01: Enable floating-point output

---

 testsuites/sptests/spcpucounter01/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/sptests/spcpucounter01/init.c b/testsuites/sptests/spcpucounter01/init.c
index a9caf3f..7b2684a 100644
--- a/testsuites/sptests/spcpucounter01/init.c
+++ b/testsuites/sptests/spcpucounter01/init.c
@@ -228,6 +228,7 @@ static void Init(rtems_task_argument arg)
 {
   test_context *ctx = &test_instance;
 
+  rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
 
   test_delay_nanoseconds(ctx);




More information about the vc mailing list