Increased stack space because message buffers are on the stack.

This commit is contained in:
Joel Sherrill
1999-11-16 21:10:48 +00:00
parent 22542b6ba7
commit a470c0eeff
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
#define CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS 10
#define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>