diff options
| author | sakumisu <[email protected]> | 2026-06-30 21:24:41 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-06-30 21:24:41 +0800 |
| commit | e85ef5896028c57ac11bbbe4fda90af57429e1be (patch) | |
| tree | 059f887e1bcc9245943590e8bc029bbad3b28094 | |
| parent | f3106a569eb2fc90e060e1bbe1217c4b0f100cf0 (diff) | |
fix(ci): fix ci build
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | tests/bouffalolab/inc/lwipopts_user.h | 2 | ||||
| -rw-r--r-- | 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 /** |
