summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 19:31:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 19:31:36 +0000
commitdfc6f3dc11e534f2e71096eea3d846f8e0e0379c (patch)
tree1a97637968d62f416a041a7fa0793332765277eb /testsuites/samples/ticker/init.c
parent2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-dfc6f3dc11e534f2e71096eea3d846f8e0e0379c.tar.bz2
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: Test needs clock manager. Should use rtems_test_exit() instead of exit().
Diffstat (limited to 'testsuites/samples/ticker/init.c')
-rw-r--r--testsuites/samples/ticker/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c
index e71c05140f..1715adefc0 100644
--- a/testsuites/samples/ticker/init.c
+++ b/testsuites/samples/ticker/init.c
@@ -22,7 +22,6 @@
#define CONFIGURE_INIT
#include "system.h"
-#include <stdio.h>
/*
* Keep the names and IDs in global variables so another task can use them.