From 859c7d88694e5285c772f7c9cd55ccbf86f098d9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Oct 2001 21:47:12 +0000 Subject: 2001-10-25 Eric Norum * cdtest/system.h: Configure 1 semaphore. This probably covers up not defining one for the GCC C++ Run-Time Libraries. --- testsuites/samples/cdtest/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/samples/cdtest/system.h') diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index 557f3fea8c..ba9fcd54bd 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.h @@ -29,6 +29,7 @@ rtems_task main_task( #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_MAXIMUM_TASKS 1 +#define CONFIGURE_MAXIMUM_SEMAPHORES 1 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task -- cgit v1.2.3