summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/unlimited/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/unlimited/system.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/c/src/tests/samples/unlimited/system.h b/c/src/tests/samples/unlimited/system.h
index 5be04f0b6d..a48aa0a5a0 100644
--- a/c/src/tests/samples/unlimited/system.h
+++ b/c/src/tests/samples/unlimited/system.h
@@ -16,8 +16,6 @@
#include <rtems.h>
-#include <tmacros.h>
-
/* functions */
rtems_task Init(
@@ -43,7 +41,9 @@ void test3();
/* configuration information */
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
+#include <bsp.h> /* for device driver prototypes */
+
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
@@ -54,10 +54,6 @@ void test3();
#include <confdefs.h>
-/* global variables */
-
-TEST_EXTERN rtems_id Global_variable; /* example global variable */
-
/*
* Keep track of the task id's created, use a large array.
*/