[rtems commit] libtests/capture01: Fix configuration

Sebastian Huber sebh at rtems.org
Wed Mar 7 12:04:35 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar  7 13:00:44 2018 +0100

libtests/capture01: Fix configuration

---

 testsuites/libtests/capture01/system.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/libtests/capture01/system.h b/testsuites/libtests/capture01/system.h
index 5836e2d..dc4a37a 100644
--- a/testsuites/libtests/capture01/system.h
+++ b/testsuites/libtests/capture01/system.h
@@ -34,6 +34,7 @@ void capture_test_1(void);
 #define TASK_ALLOCATION_SIZE     (5)
 #define CONFIGURE_MAXIMUM_TASKS  rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
 #define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
 
 #define CONFIGURE_MAXIMUM_USER_EXTENSIONS (5)
 



More information about the vc mailing list