From 660c9df44e117f84bc51795abbfb4189cb736c82 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 4 Oct 2009 14:03:38 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1206 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h b/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h index ddb3aac11..17c799866 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h @@ -1001,7 +1001,7 @@ * sys_thread_new() when the thread is created. */ #ifndef TCPIP_THREAD_STACKSIZE -#define TCPIP_THREAD_STACKSIZE 256 +#define TCPIP_THREAD_STACKSIZE 1024 #endif /** @@ -1035,7 +1035,7 @@ * sys_thread_new() when the thread is created. */ #ifndef SLIPIF_THREAD_STACKSIZE -#define SLIPIF_THREAD_STACKSIZE 512 +#define SLIPIF_THREAD_STACKSIZE 1024 #endif /** @@ -1060,7 +1060,7 @@ * sys_thread_new() when the thread is created. */ #ifndef PPP_THREAD_STACKSIZE -#define PPP_THREAD_STACKSIZE 512 +#define PPP_THREAD_STACKSIZE 1024 #endif /** @@ -1085,7 +1085,7 @@ * sys_thread_new() when the thread is created. */ #ifndef DEFAULT_THREAD_STACKSIZE -#define DEFAULT_THREAD_STACKSIZE 512 +#define DEFAULT_THREAD_STACKSIZE 1024 #endif /** -- cgit v1.2.3