From a4151d06615d5dc68a5c37c615a5bf3bef52c1e7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Mar 2018 13:00:44 +0100 Subject: [PATCH] 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 5836e2d316..dc4a37a527 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)