Skip to content

Commit 8760e3f

Browse files
nebkatdavid-cermak
authored andcommitted
feat(lwip): TCPIP_THREAD_NAME "tcpip"
1 parent 9ba0b37 commit 8760e3f

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)