git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1206 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-10-04 14:03:38 +00:00
parent b0fb2171c4
commit 660c9df44e
1 changed files with 4 additions and 4 deletions

View File

@ -1001,7 +1001,7 @@
* sys_thread_new() when the thread is created. * sys_thread_new() when the thread is created.
*/ */
#ifndef TCPIP_THREAD_STACKSIZE #ifndef TCPIP_THREAD_STACKSIZE
#define TCPIP_THREAD_STACKSIZE 256 #define TCPIP_THREAD_STACKSIZE 1024
#endif #endif
/** /**
@ -1035,7 +1035,7 @@
* sys_thread_new() when the thread is created. * sys_thread_new() when the thread is created.
*/ */
#ifndef SLIPIF_THREAD_STACKSIZE #ifndef SLIPIF_THREAD_STACKSIZE
#define SLIPIF_THREAD_STACKSIZE 512 #define SLIPIF_THREAD_STACKSIZE 1024
#endif #endif
/** /**
@ -1060,7 +1060,7 @@
* sys_thread_new() when the thread is created. * sys_thread_new() when the thread is created.
*/ */
#ifndef PPP_THREAD_STACKSIZE #ifndef PPP_THREAD_STACKSIZE
#define PPP_THREAD_STACKSIZE 512 #define PPP_THREAD_STACKSIZE 1024
#endif #endif
/** /**
@ -1085,7 +1085,7 @@
* sys_thread_new() when the thread is created. * sys_thread_new() when the thread is created.
*/ */
#ifndef DEFAULT_THREAD_STACKSIZE #ifndef DEFAULT_THREAD_STACKSIZE
#define DEFAULT_THREAD_STACKSIZE 512 #define DEFAULT_THREAD_STACKSIZE 1024
#endif #endif
/** /**