diff options
author | Damien George <damien.p.george@gmail.com> | 2019-07-25 00:03:40 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-08-06 15:56:05 +1000 |
commit | 0e2b224b078d94e6ff2e346e3390572c1d24a4ec (patch) | |
tree | bf6f3a2a5ff03aa34653182068f5ba4c0cf75882 | |
parent | 80f5cef8d4937d1312a823a2a42c46b5140e5595 (diff) |
stm32/lwip_inc: Enable raw socket type.
-rw-r--r-- | ports/stm32/lwip_inc/lwipopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |