From e85ef5896028c57ac11bbbe4fda90af57429e1be Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 30 Jun 2026 21:24:41 +0800 Subject: fix(ci): fix ci build Signed-off-by: sakumisu <1203593632@qq.com> --- tests/bouffalolab/inc/lwipopts_user.h | 2 +- tests/hpmicro/inc/lwipopts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bouffalolab/inc/lwipopts_user.h b/tests/bouffalolab/inc/lwipopts_user.h index 0d08b4f2..865efabb 100644 --- a/tests/bouffalolab/inc/lwipopts_user.h +++ b/tests/bouffalolab/inc/lwipopts_user.h @@ -37,7 +37,7 @@ * interrupt context! */ #ifndef LWIP_TCPIP_CORE_LOCKING_INPUT -#define LWIP_TCPIP_CORE_LOCKING_INPUT 0 +#define LWIP_TCPIP_CORE_LOCKING_INPUT 1 #endif /** diff --git a/tests/hpmicro/inc/lwipopts.h b/tests/hpmicro/inc/lwipopts.h index 982c060a..63ad4b83 100644 --- a/tests/hpmicro/inc/lwipopts.h +++ b/tests/hpmicro/inc/lwipopts.h @@ -37,7 +37,7 @@ * interrupt context! */ #ifndef LWIP_TCPIP_CORE_LOCKING_INPUT -#define LWIP_TCPIP_CORE_LOCKING_INPUT 0 +#define LWIP_TCPIP_CORE_LOCKING_INPUT 1 #endif /** -- cgit v1.3.1