From 3039e1840ccf7594476a6d46d255862dff0ffd98 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 26 May 2016 15:51:44 +1000 Subject: testsuite: Fix networking samples to use the RTEMS printer. --- testsuites/samples/pppd/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/samples/pppd') diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c index 7217684ec7..a8daedc291 100644 --- a/testsuites/samples/pppd/init.c +++ b/testsuites/samples/pppd/init.c @@ -24,6 +24,7 @@ #include "netconfig.h" const char rtems_test_name[] = "PPPD"; +rtems_printer rtems_test_printer; static void notification(int fd, int seconds_remaining, void *arg) { @@ -37,6 +38,8 @@ rtems_task Init(rtems_task_argument argument) { rtems_status_code status; + rtems_print_printer_printf(&rtems_test_printer); + rtems_test_begin(); status = rtems_shell_wait_for_input( -- cgit v1.2.3