From 03d1528a6a241f50c27ab6359bbf6c6c0faf7da1 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 11 Aug 2008 15:00:06 +0100 Subject: [PATCH] stubdom: for safety, tell lwip we use the heap in the event handler Signed-off-by: Samuel Thibault --- extras/mini-os/include/lwipopts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/mini-os/include/lwipopts.h b/extras/mini-os/include/lwipopts.h index 3bc9703cc2..bc5555e45f 100644 --- a/extras/mini-os/include/lwipopts.h +++ b/extras/mini-os/include/lwipopts.h @@ -15,6 +15,7 @@ #define LWIP_DHCP 1 #define LWIP_COMPAT_SOCKETS 0 #define LWIP_IGMP 1 +#define LWIP_USE_HEAP_FROM_INTERRUPT 1 #define MEMP_NUM_SYS_TIMEOUT 10 #define TCP_SND_BUF 3000 #define TCP_MSS 1500 -- 2.30.2