summaryrefslogtreecommitdiff
path: root/posix_api
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 13:02:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 13:02:51 +0200
commit4b907ce1888864b5f311e99606d42493ea8ef96a (patch)
treecfa21b549c79c7d8ea283786041c19b581083a32 /posix_api
parent37425972cecaf819a39d2b2bc54487ca8dbaf5c9 (diff)
Fix configuration warnings
Update #3158.
Diffstat (limited to 'posix_api')
-rw-r--r--posix_api/psx_example_1/test1.c2
-rw-r--r--posix_api/psx_example_2/test2.c2
-rw-r--r--posix_api/psx_example_3/test3.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/posix_api/psx_example_1/test1.c b/posix_api/psx_example_1/test1.c
index a7f6fff..e92f6da 100644
--- a/posix_api/psx_example_1/test1.c
+++ b/posix_api/psx_example_1/test1.c
@@ -35,8 +35,6 @@ void *POSIX_Init()
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
-#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
diff --git a/posix_api/psx_example_2/test2.c b/posix_api/psx_example_2/test2.c
index 8fc0ccc..ec91b1b 100644
--- a/posix_api/psx_example_2/test2.c
+++ b/posix_api/psx_example_2/test2.c
@@ -39,8 +39,6 @@ int *POSIX_Init()
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
-#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_INIT
diff --git a/posix_api/psx_example_3/test3.c b/posix_api/psx_example_3/test3.c
index d385018..d4d258b 100644
--- a/posix_api/psx_example_3/test3.c
+++ b/posix_api/psx_example_3/test3.c
@@ -75,8 +75,6 @@ void *POSIX_Init()
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
-#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_INIT