From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- testsuites/samples/unlimited/system.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'testsuites/samples/unlimited/system.h') diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 5be04f0b6d..a48aa0a5a0 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.h @@ -16,8 +16,6 @@ #include -#include - /* functions */ rtems_task Init( @@ -43,7 +41,9 @@ void test3(); /* configuration information */ -#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER +#include /* for device driver prototypes */ + +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_RTEMS_INIT_TASKS_TABLE @@ -54,10 +54,6 @@ void test3(); #include -/* global variables */ - -TEST_EXTERN rtems_id Global_variable; /* example global variable */ - /* * Keep track of the task id's created, use a large array. */ -- cgit v1.2.3