Increased stack size of initialization thread.

This commit is contained in:
Joel Sherrill
1999-10-21 16:48:06 +00:00
parent e7264f070e
commit d013d05f92
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ void *Task_3(
#define CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS 5
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
(RTEMS_MINIMUM_STACK_SIZE * 4)
#include <confdefs.h>