summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:59:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-28 13:33:55 +0200
commitf703e7f5c7082e267558fe2079140869daec8dfd (patch)
tree075d3c20f5142b3470659532d7bc39350bbc44cb /testsuites/samples/capture
parentriscv32: Add missing preinstall.am (diff)
downloadrtems-f703e7f5c7082e267558fe2079140869daec8dfd.tar.bz2
tests: Move rtems_test_printer definition
Statically initialize it to use printk(). Update #3170. Update #3199.
Diffstat (limited to 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c
index 4893274254..24f04c50a2 100644
--- a/testsuites/samples/capture/init.c
+++ b/testsuites/samples/capture/init.c
@@ -29,7 +29,6 @@ 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;