summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-06-30 14:24:57 +1000
committerDamien George <damien@micropython.org>2022-06-30 16:03:21 +1000
commitc95f99105af3ca5c27ea63d5672c790c531faf89 (patch)
treefd222653d757e3f10bfe6f48849b12435e092681
parent11f920f8adeaa012a1f893160850c33ad72f6e33 (diff)
rp2/lwip_inc: Enable lwIP status callback.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/rp2/lwip_inc/lwipopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/lwip_inc/lwipopts.h b/ports/rp2/lwip_inc/lwipopts.h
index 55926af7e..691b228db 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