summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/capture/init.c')
-rw-r--r--testsuites/samples/capture/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c
index a10ccc5ba2..557e8094c2 100644
--- a/testsuites/samples/capture/init.c
+++ b/testsuites/samples/capture/init.c
@@ -27,6 +27,7 @@ rtems_task Init(rtems_task_argument argument);
static void notification(int fd, int seconds_remaining, void *arg);
const char rtems_test_name[] = "CAPTURE ENGINE";
+rtems_printer rtems_test_printer;
volatile int can_proceed = 1;
@@ -46,6 +47,7 @@ rtems_task Init(
rtems_task_priority old_priority;
rtems_mode old_mode;
+ rtems_print_printer_printf(&rtems_test_printer);
rtems_test_begin();
status = rtems_shell_wait_for_input(