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.
This commit is contained in:
Sebastian Huber
2017-10-28 13:33:55 +02:00
parent 73d892d8a8
commit 46ddc3c5da
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ int main( void )
#endif
{
#if __rtems__
rtems_print_printer_printf(&rtems_test_printer);
rtems_print_printer_fprintf_putc(&rtems_test_printer);
rtems_test_begin();
#endif