summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:59:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-28 13:33:55 +0200
commit46ddc3c5daa97cd5d96f5c495e98d2854dbfa8d6 (patch)
tree7205ecec22e6f309bd2768678136bf375a29a025 /testsuites/samples/pppd/init.c
parenttests: Use rtems_test_printer (diff)
downloadrtems-46ddc3c5daa97cd5d96f5c495e98d2854dbfa8d6.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/init.c2
1 files changed, 1 insertions, 1 deletions
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();