enable LWIP's raw ip for the ping example

This commit is contained in:
Stefan Lankes 2011-07-31 19:13:59 +02:00
parent 0410594ae8
commit ee30cdd0bf

View file

@ -13,7 +13,7 @@
* LWIP_RAW==1: Enable application layer to hook into the IP layer itself. * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
* LWIP_RAW==0: speeds up input processing * 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) * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)