summaryrefslogtreecommitdiffstats
path: root/telnetd/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'telnetd/init.c')
-rw-r--r--telnetd/init.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/telnetd/init.c b/telnetd/init.c
index 5c2d8b0..b12bb71 100644
--- a/telnetd/init.c
+++ b/telnetd/init.c
@@ -209,11 +209,10 @@ rtems_task Init(
#define CONFIGURE_STACK_CHECKER_ENABLED
-#define CONFIGURE_MEMORY_OVERHEAD 256
-#define CONFIGURE_MESSAGE_BUFFER_MEMORY (32 * 1024)
-#define CONFIGURE_MAXIMUM_SEMAPHORES 40
+#define CONFIGURE_UNLIMITED_OBJECTS
+#define CONFIGURE_UNIFIED_WORK_AREAS
+
#define CONFIGURE_MAXIMUM_TASKS 20
-#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20
#define CONFIGURE_MICROSECONDS_PER_TICK 1000