summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index ba379fbaa0..216a8b7e06 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -28,7 +28,7 @@ rtems_task Init(
rtems_task_argument ignored
)
{
- rtems_print_printer_printf(&rtems_test_printer);
+ rtems_print_printer_fprintf_putc(&rtems_test_printer);
rtems_test_begin();
printf( "Hello World\n" );
rtems_test_end();