From 7ab11c06b41c17dedd1f1255d3fee9112841b878 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Jan 2003 22:55:54 +0000 Subject: 2003-01-03 Joel Sherrill * unlimited/system.h, unlimited/test1.c: Backed off previous modification as it does not compile. --- c/src/tests/samples/unlimited/system.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/tests/samples/unlimited/system.h') diff --git a/c/src/tests/samples/unlimited/system.h b/c/src/tests/samples/unlimited/system.h index f689847870..46e3991a65 100644 --- a/c/src/tests/samples/unlimited/system.h +++ b/c/src/tests/samples/unlimited/system.h @@ -46,9 +46,7 @@ void test3(); #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define TASK_ALLOCATION_SIZE \ - (rtems_configuration_get_rtems_api_configuration()->maximum_tasks & \ - ~RTEMS_UNLIMITED_OBJECTS) +#define TASK_ALLOCATION_SIZE (5) #define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE) #define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE) -- cgit v1.2.3