summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp10
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/mp10
parentscore: Fix MPCI workspace size estimate (diff)
downloadrtems-d4771e615c9c51f6af0d1aec7aa287712f7d3bfc.tar.bz2
mptests: Fix message queue configuration
Diffstat (limited to 'testsuites/mptests/mp10')
-rw-r--r--testsuites/mptests/mp10/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/mptests/mp10/system.h b/testsuites/mptests/mp10/system.h
index 2c97ff2bda..2c367753b6 100644
--- a/testsuites/mptests/mp10/system.h
+++ b/testsuites/mptests/mp10/system.h
@@ -42,6 +42,8 @@ rtems_task Test_task3(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( 3, 16 )
#else
#define CONFIGURE_MAXIMUM_TASKS 4
#endif