summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
/**