summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-13 13:51:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-13 14:10:35 +0100
commitf128e7cf1fb837420c664adb394afe33b2e3847c (patch)
tree53d265588104c8468af2418a76e34c4f0f836b79
parentswi01: Avoid Nexus devices (diff)
downloadrtems-libbsd-f128e7cf1fb837420c664adb394afe33b2e3847c.tar.bz2
timeout01: Avoid Nexus devices
-rw-r--r--testsuite/timeout01/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/timeout01/init.c b/testsuite/timeout01/init.c
index 11f95f3a..d6776fe6 100644
--- a/testsuite/timeout01/init.c
+++ b/testsuite/timeout01/init.c
@@ -39,6 +39,11 @@
#include "timeout_test.h"
+const rtems_bsd_device rtems_bsd_nexus_devices[0];
+
+const size_t rtems_bsd_nexus_device_count =
+ RTEMS_ARRAY_SIZE(rtems_bsd_nexus_devices);
+
static void Init(rtems_task_argument arg)
{
rtems_status_code sc;