summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 16:32:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 17:06:52 +0200
commitcae120e23ce0f5923c5949a8de1d2eae7ef76a78 (patch)
tree9bd05f95a469b65436b0d1916c938f70951312b0 /testsuites/rhealstone
parentsparc/shared/.../linkcmds.base: Correct C++ support (diff)
downloadrtems-cae120e23ce0f5923c5949a8de1d2eae7ef76a78.tar.bz2
rhealstone/rhmlatency: Fix configuration
Diffstat (limited to 'testsuites/rhealstone')
-rw-r--r--testsuites/rhealstone/rhmlatency/mlatency.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/rhealstone/rhmlatency/mlatency.c b/testsuites/rhealstone/rhmlatency/mlatency.c
index 4ddf80810f..10104e687f 100644
--- a/testsuites/rhealstone/rhmlatency/mlatency.c
+++ b/testsuites/rhealstone/rhmlatency/mlatency.c
@@ -148,6 +148,8 @@ rtems_task Task02( rtems_task_argument ignored )
#define CONFIGURE_MAXIMUM_TASKS 3
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(1, MESSAGE_SIZE)
#define CONFIGURE_TICKS_PER_TIMESLICE 0
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE