mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 16:14:00 +08:00
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:
@@ -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(
|
||||
|
||||
@@ -28,7 +28,7 @@ rtems_task Init(
|
||||
rtems_task_argument ignored
|
||||
)
|
||||
{
|
||||
rtems_print_printer_printf(&rtems_test_printer);
|
||||
rtems_print_printer_fprintf_putc(&rtems_test_printer);
|
||||
rtems_test_begin();
|
||||
printf( "Hello World\n" );
|
||||
rtems_test_end();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ rtems_task Init(
|
||||
M68KFPSPInstallExceptionHandlers ();
|
||||
#endif
|
||||
|
||||
rtems_print_printer_printf(&rtems_test_printer);
|
||||
rtems_print_printer_fprintf_putc(&rtems_test_printer);
|
||||
rtems_test_begin();
|
||||
paranoia(1, args);
|
||||
rtems_test_end();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user