From 4b374f36e7172d59d6d8c252973c1ef65637ecbb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Aug 1995 19:36:43 +0000 Subject: maximum number of messages removed and include statement cleanup --- testsuites/tmtests/tm21/task1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/tmtests/tm21/task1.c') diff --git a/testsuites/tmtests/tm21/task1.c b/testsuites/tmtests/tm21/task1.c index 0f31e08485..4cdf738d09 100644 --- a/testsuites/tmtests/tm21/task1.c +++ b/testsuites/tmtests/tm21/task1.c @@ -8,7 +8,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * task1.c,v 1.2 1995/05/31 17:18:19 joel Exp */ #include "system.h" @@ -72,6 +72,7 @@ rtems_task Task_1( status = rtems_message_queue_create( index, OPERATION_COUNT, + 16, RTEMS_DEFAULT_ATTRIBUTES, &id ); -- cgit v1.2.3