From 9a993ed573727fc322868d279c22e4cc9545769c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 13:51:23 +0000 Subject: Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements more accurate. --- testsuites/libtests/monitor/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/libtests/monitor') diff --git a/testsuites/libtests/monitor/system.h b/testsuites/libtests/monitor/system.h index 381f928805..75f5771161 100644 --- a/testsuites/libtests/monitor/system.h +++ b/testsuites/libtests/monitor/system.h @@ -46,6 +46,7 @@ void Get_all_counters( void ); #define CONFIGURE_MAXIMUM_PERIODS 10 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) #include -- cgit v1.2.3