summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-04 15:25:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-14 15:55:13 +0200
commit02c46f85e1b81d6e44adac34c6be111b5f2f56f0 (patch)
treec7e5ea273ca085cc7e8c377c6a2455e8d961c2f5
parentbuild: Fix RTEMS_ENABLE_RTEMSBSP() (diff)
downloadrtems-02c46f85e1b81d6e44adac34c6be111b5f2f56f0.tar.bz2
spcpucounter01: Enable floating-point output
-rw-r--r--testsuites/sptests/spcpucounter01/init.c1
1 files changed, 1 insertions, 0 deletions
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);