summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2026-06-30 21:24:41 +0800
committersakumisu <[email protected]>2026-06-30 21:24:41 +0800
commite85ef5896028c57ac11bbbe4fda90af57429e1be (patch)
tree059f887e1bcc9245943590e8bc029bbad3b28094
parentf3106a569eb2fc90e060e1bbe1217c4b0f100cf0 (diff)
fix(ci): fix ci build
Signed-off-by: sakumisu <[email protected]>
-rw-r--r--tests/bouffalolab/inc/lwipopts_user.h2
-rw-r--r--tests/hpmicro/inc/lwipopts.h2
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
/**