From 8c444f9a7b7e2265933de37bf775c3c6e9e2c20d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Jun 2008 14:24:28 +0000 Subject: 2008-06-05 Joel Sherrill * tm02/system.h, tm10/system.h: Make configurations more accurate. --- testsuites/tmtests/tm10/system.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/tmtests/tm10/system.h') diff --git a/testsuites/tmtests/tm10/system.h b/testsuites/tmtests/tm10/system.h index 30f4a58f66..f712ad866d 100644 --- a/testsuites/tmtests/tm10/system.h +++ b/testsuites/tmtests/tm10/system.h @@ -2,7 +2,7 @@ * * This include file is used by all tests in the Time Suite. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -32,6 +32,8 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_TASKS (2 + OPERATION_COUNT) #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1 #define CONFIGURE_TICKS_PER_TIMESLICE 0 +#define CONFIGURE_MESSAGE_BUFFER_MEMORY \ + CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(OPERATION_COUNT, 16) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3