summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/loopback/init.c')
-rw-r--r--testsuites/samples/loopback/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 3ff8fbd41e..0532ef091b 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -248,7 +248,7 @@ Init (rtems_task_argument ignored)
{
rtems_status_code sc;
- rtems_print_printer_printf(&rtems_test_printer);
+ rtems_print_printer_fprintf_putc(&rtems_test_printer);
rtems_test_begin();