From 6add0df96bfb0a7a1b27a05c32487a4bc83a736e Mon Sep 17 00:00:00 2001 From: lr <1234@qq.com> Date: Wed, 29 May 2024 15:33:12 +0800 Subject: [PATCH] fix lwipopts.h --- Ubiquitous/XiZi_AIoT/services/net/net_server/arch/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi_AIoT/services/net/net_server/arch/lwipopts.h b/Ubiquitous/XiZi_AIoT/services/net/net_server/arch/lwipopts.h index b61aac282..608f92d18 100644 --- a/Ubiquitous/XiZi_AIoT/services/net/net_server/arch/lwipopts.h +++ b/Ubiquitous/XiZi_AIoT/services/net/net_server/arch/lwipopts.h @@ -213,7 +213,7 @@ #define DEFAULT_ACCEPTMBOX_SIZE 10 #define DEFAULT_THREAD_STACKSIZE 1024 - #define TCPIP_THREAD_NAME "lwip" + #define TCPIP_THREAD_NAME "tcpip" #define TCPIP_THREAD_STACKSIZE 512 #define TCPIP_MBOX_SIZE 8 #define TCPIP_THREAD_PRIO 3