summaryrefslogtreecommitdiffstats
path: root/testsuite/timeout01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-28 16:42:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:52 +0100
commita9e26f5d5b461a332720e389855fb16fa44ef65f (patch)
treeb1fab7b85564d3b0630a47754fb3108aebb8c4c1 /testsuite/timeout01/init.c
parentUse kqueue() and kevent() from FreeBSD (diff)
downloadrtems-libbsd-a9e26f5d5b461a332720e389855fb16fa44ef65f.tar.bz2
TIMEOUT(9): Use timer server for callout_tick()
Diffstat (limited to 'testsuite/timeout01/init.c')
-rw-r--r--testsuite/timeout01/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/timeout01/init.c b/testsuite/timeout01/init.c
index f74a1b80..11f95f3a 100644
--- a/testsuite/timeout01/init.c
+++ b/testsuite/timeout01/init.c
@@ -38,7 +38,6 @@
#include <rtems/bsd/bsd.h>
#include "timeout_test.h"
-#include "timeout_helper.h"
static void Init(rtems_task_argument arg)
{
@@ -49,8 +48,6 @@ static void Init(rtems_task_argument arg)
sc = rtems_bsd_initialize();
assert(sc == RTEMS_SUCCESSFUL);
- callout_tick_task_init();
-
timeout_test();
puts("*** END OF TEST TIMOUT 1 ***");