timeout01: Avoid Nexus devices

This commit is contained in:
Sebastian Huber 2013-11-13 13:51:54 +01:00
parent bb39e92140
commit f128e7cf1f

View File

@ -39,6 +39,11 @@
#include "timeout_test.h" #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) static void Init(rtems_task_argument arg)
{ {
rtems_status_code sc; rtems_status_code sc;