summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
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/hello/init.c
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/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 5460da9f9e..ba379fbaa0 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -23,7 +23,6 @@
rtems_task Init(rtems_task_argument argument);
const char rtems_test_name[] = "HELLO WORLD";
-rtems_printer rtems_test_printer;
rtems_task Init(
rtems_task_argument ignored