From 46ddc3c5daa97cd5d96f5c495e98d2854dbfa8d6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:59:08 +0200 Subject: tests: Use rtems_print_printer_fprintf_putc() Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199. --- testsuites/samples/pppd/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/pppd/init.c') diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c index d689ff1e71..1a9ddeee21 100644 --- a/testsuites/samples/pppd/init.c +++ b/testsuites/samples/pppd/init.c @@ -39,7 +39,7 @@ rtems_task Init(rtems_task_argument argument) { rtems_status_code status; - rtems_print_printer_printf(&rtems_test_printer); + rtems_print_printer_fprintf_putc(&rtems_test_printer); rtems_test_begin(); -- cgit v1.2.3