[rtems commit] sptests/sp68: Fix configuration

Sebastian Huber sebh at rtems.org
Mon Apr 7 14:42:13 UTC 2014


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr  7 16:07:25 2014 +0200

sptests/sp68: Fix configuration

---

 testsuites/sptests/sp68/init.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/testsuites/sptests/sp68/init.c b/testsuites/sptests/sp68/init.c
index d028c2d..c378cfb 100644
--- a/testsuites/sptests/sp68/init.c
+++ b/testsuites/sptests/sp68/init.c
@@ -470,6 +470,8 @@ rtems_task Init(rtems_task_argument argument)
 #define CONFIGURE_MAXIMUM_TIMERS TIMER_COUNT
 #define CONFIGURE_MAXIMUM_SEMAPHORES 2
 #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+  CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(1, 1)
 #define CONFIGURE_MAXIMUM_REGIONS 1
 #define CONFIGURE_MAXIMUM_BARRIERS 1
 




More information about the vc mailing list