From 0e2b224b078d94e6ff2e346e3390572c1d24a4ec Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Thu, 25 Jul 2019 00:03:40 +1000
Subject: [PATCH] stm32/lwip_inc: Enable raw socket type.

---
 ports/stm32/lwip_inc/lwipopts.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ports/stm32/lwip_inc/lwipopts.h b/ports/stm32/lwip_inc/lwipopts.h
index 8f54c8311..c9bbde92f 100644
--- a/ports/stm32/lwip_inc/lwipopts.h
+++ b/ports/stm32/lwip_inc/lwipopts.h
@@ -17,6 +17,7 @@
 
 #define LWIP_ARP                        1
 #define LWIP_ETHERNET                   1
+#define LWIP_RAW                        1
 #define LWIP_NETCONN                    0
 #define LWIP_SOCKET                     0
 #define LWIP_STATS                      0
-- 
GitLab