From cae120e23ce0f5923c5949a8de1d2eae7ef76a78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Apr 2014 16:32:10 +0200 Subject: rhealstone/rhmlatency: Fix configuration --- testsuites/rhealstone/rhmlatency/mlatency.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/rhealstone') 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 -- cgit v1.2.3