Skip to content

Commit 31602cb

Browse files
committed
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
2 parents 18d6b53 + 8760e3f commit 31602cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lwip/port/include/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
846846
/**
847847
* TCPIP_THREAD_NAME: The name assigned to the main tcpip thread.
848848
*/
849-
#define TCPIP_THREAD_NAME "tiT"
849+
#define TCPIP_THREAD_NAME "tcpip"
850850

851851
/**
852852
* TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread.

0 commit comments

Comments
 (0)