forked from Imagelibrary/rtems
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:
@@ -248,7 +248,7 @@ Init (rtems_task_argument ignored)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
|
||||
rtems_print_printer_printf(&rtems_test_printer);
|
||||
rtems_print_printer_fprintf_putc(&rtems_test_printer);
|
||||
|
||||
rtems_test_begin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user