mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(lwip): TCPIP_THREAD_NAME "tcpip"
This commit is contained in:
parent
be06a6f5ff
commit
fca5bfb99f
@ -820,7 +820,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
|
||||
/**
|
||||
* TCPIP_THREAD_NAME: The name assigned to the main tcpip thread.
|
||||
*/
|
||||
#define TCPIP_THREAD_NAME "tiT"
|
||||
#define TCPIP_THREAD_NAME "tcpip"
|
||||
|
||||
/**
|
||||
* TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread.
|
||||
|
Loading…
Reference in New Issue
Block a user