mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/lwip: make TCPIP_THREAD_STACKSIZE overridable
This commit is contained in:
parent
f2dbd3ba4a
commit
117d6d1f2f
@ -141,7 +141,9 @@ extern "C" {
|
||||
#define MEMP_MEM_MALLOC (1)
|
||||
#define NETIF_MAX_HWADDR_LEN (GNRC_NETIF_HDR_L2ADDR_MAX_LEN)
|
||||
|
||||
#ifndef TCPIP_THREAD_STACKSIZE
|
||||
#define TCPIP_THREAD_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
|
||||
#endif
|
||||
|
||||
#if defined(CPU_ESP32) && !defined(DOXYGEN)
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user