mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-14 02:08:21 +08:00
Merge branch 'fix/lwip_rename_task' into 'master'
[lwip]: Rename TCPIP_THREAD_NAME "tiT" -> "tcpip" (GitHub PR) Closes IDFGH-12516 See merge request espressif/esp-idf!41915
This commit is contained in:
@@ -846,7 +846,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.
|
||||
|
Reference in New Issue
Block a user