stm32/lwip_inc: Enable raw socket type.

pull/1/head
Damien George 2019-07-25 00:03:40 +10:00
parent 80f5cef8d4
commit 0e2b224b07
1 changed files with 1 additions and 0 deletions

View File

@ -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