From d4771e615c9c51f6af0d1aec7aa287712f7d3bfc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 Mar 2016 13:20:15 +0200 Subject: mptests: Fix message queue configuration --- testsuites/mptests/mp09/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/mptests/mp09') diff --git a/testsuites/mptests/mp09/system.h b/testsuites/mptests/mp09/system.h index 20e61b9195..3cb5f6dbec 100644 --- a/testsuites/mptests/mp09/system.h +++ b/testsuites/mptests/mp09/system.h @@ -37,6 +37,8 @@ void Send_messages( void ); #define CONFIGURE_MAXIMUM_TASKS 2 #define CONFIGURE_MAXIMUM_TIMERS 1 #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1 +#define CONFIGURE_MESSAGE_BUFFER_MEMORY \ + CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( 3, 16 ) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3