[rtems commit] rhealstone/rhmlatency: Fix configuration

Sebastian Huber sebh at rtems.org
Fri Apr 4 14:59:15 UTC 2014


Module:    rtems
Branch:    master
Commit:    cae120e23ce0f5923c5949a8de1d2eae7ef76a78
Changeset: http://git.rtems.org/rtems/commit/?id=cae120e23ce0f5923c5949a8de1d2eae7ef76a78

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Apr  4 16:32:10 2014 +0200

rhealstone/rhmlatency: Fix configuration

---

 testsuites/rhealstone/rhmlatency/mlatency.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/testsuites/rhealstone/rhmlatency/mlatency.c b/testsuites/rhealstone/rhmlatency/mlatency.c
index 4ddf808..10104e6 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
 




More information about the vc mailing list