summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
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/capture
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 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c
index 24f04c50a2..2bf21c8acc 100644
--- a/testsuites/samples/capture/init.c
+++ b/testsuites/samples/capture/init.c
@@ -48,7 +48,7 @@ rtems_task Init(
rtems_task_priority old_priority;
rtems_mode old_mode;
- rtems_print_printer_printf(&rtems_test_printer);
+ rtems_print_printer_fprintf_putc(&rtems_test_printer);
rtems_test_begin();
status = rtems_shell_wait_for_input(