From c95f99105af3ca5c27ea63d5672c790c531faf89 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 30 Jun 2022 14:24:57 +1000 Subject: [PATCH] rp2/lwip_inc: Enable lwIP status callback. Signed-off-by: Damien George --- ports/rp2/lwip_inc/lwipopts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/rp2/lwip_inc/lwipopts.h b/ports/rp2/lwip_inc/lwipopts.h index 55926af7e5..691b228db5 100644 --- a/ports/rp2/lwip_inc/lwipopts.h +++ b/ports/rp2/lwip_inc/lwipopts.h @@ -24,6 +24,7 @@ #define LWIP_STATS 0 #define LWIP_NETIF_HOSTNAME 1 #define LWIP_NETIF_EXT_STATUS_CALLBACK 1 +#define LWIP_NETIF_STATUS_CALLBACK 1 #define LWIP_IPV6 0 #define LWIP_DHCP 1