From 02c46f85e1b81d6e44adac34c6be111b5f2f56f0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 May 2018 15:25:46 +0200 Subject: 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 a9caf3f545..7b2684a25b 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); -- cgit v1.2.3