git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10805 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ec92a52257
commit
5911dea006
|
@ -37,6 +37,6 @@
|
|||
|
||||
/* Optional, application-specific settings.*/
|
||||
#define TCPIP_MBOX_SIZE MEMP_NUM_PBUF
|
||||
#define SLIPIF_THREAD_STACKSIZE 1024
|
||||
#define TCPIP_THREAD_STACKSIZE 1024
|
||||
|
||||
#endif /* LWIP_HDR_LWIPOPTS_H__ */
|
||||
|
|
|
@ -29,7 +29,9 @@
|
|||
#define LWIP_TIMERS 1
|
||||
#define LWIP_TIMERS_CUSTOM 0
|
||||
|
||||
#define LWIP_TCPIP_CORE_LOCKING 0
|
||||
#define LWIP_TCPIP_CORE_LOCKING 1
|
||||
#define LWIP_TCPIP_CORE_LOCKING_INPUT 0
|
||||
#define LWIP_COMPAT_MUTEX_ALLOWED
|
||||
|
||||
#define SYS_LIGHTWEIGHT_PROT 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue