summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/config.h')
-rw-r--r--c/src/ada-tests/samples/hello/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index bf1bdde9cf..b4536dd4a9 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/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
@@ -21,13 +21,13 @@
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-#define CONFIGURE_MAXIMUM_TASKS 2
-
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
+#define CONFIGURE_MAXIMUM_TASKS 1
+
#include <rtems/confdefs.h>
/* end of include file */