summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-29 13:20:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-29 13:21:32 +0200
commitd4771e615c9c51f6af0d1aec7aa287712f7d3bfc (patch)
tree5a0c2e61b0631c762653a5b05a00f24432400e45 /testsuites/mptests/mp14
parentscore: Fix MPCI workspace size estimate (diff)
downloadrtems-d4771e615c9c51f6af0d1aec7aa287712f7d3bfc.tar.bz2
mptests: Fix message queue configuration
Diffstat (limited to 'testsuites/mptests/mp14')
-rw-r--r--testsuites/mptests/mp14/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/system.h b/testsuites/mptests/mp14/system.h
index e76d1b99d8..202c469e69 100644
--- a/testsuites/mptests/mp14/system.h
+++ b/testsuites/mptests/mp14/system.h
@@ -61,6 +61,8 @@ void Exit_test( void );
#define CONFIGURE_MAXIMUM_TIMERS 12
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( 1, 16 )
#define CONFIGURE_MAXIMUM_PARTITIONS 1
#elif ( NODE_NUMBER == 2 )
#define CONFIGURE_MAXIMUM_TIMERS 2