enable LWIP's raw ip for the ping example
This commit is contained in:
parent
0410594ae8
commit
ee30cdd0bf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
|
||||
* LWIP_RAW==0: speeds up input processing
|
||||
*/
|
||||
#define LWIP_RAW 0
|
||||
#define LWIP_RAW 1
|
||||
|
||||
/**
|
||||
* LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue