summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/ticker/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/ticker/config.h')
-rw-r--r--c/src/ada-tests/samples/ticker/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/ticker/config.h b/c/src/ada-tests/samples/ticker/config.h
index 91e567f2e5..502b13362f 100644
--- a/c/src/ada-tests/samples/ticker/config.h
+++ b/c/src/ada-tests/samples/ticker/config.h
@@ -2,7 +2,7 @@
*
* This include file defines the Configuration Table for this test.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
@@ -27,6 +27,8 @@
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
+#define CONFIGURE_MAXIMUM_TASKS 4
+
#include <rtems/confdefs.h>
/* end of include file */