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/tmitrontests/tmitronsem01/system.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testsuites/tmitrontests/tmitronsem01/system.h') diff --git a/testsuites/tmitrontests/tmitronsem01/system.h b/testsuites/tmitrontests/tmitronsem01/system.h index 87f3612e67..97ba89f9f2 100644 --- a/testsuites/tmitrontests/tmitronsem01/system.h +++ b/testsuites/tmitrontests/tmitronsem01/system.h @@ -23,11 +23,12 @@ void ITRON_Init( void ); /* configuration information */ -#define CONFIGURE_TEST_NEEDS_TIMER_DRIVER -#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER -#define CONFIGURE_ITRON_INIT_TASK_TABLE +#define CONFIGURE_MAXIMUM_ITRON_TASKS 1 #define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES 100 +#define CONFIGURE_ITRON_INIT_TASK_TABLE #include -- cgit v1.2.3