From ee30cdd0bf8fef723ebd91eae5b4dfa71d7dae68 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 31 Jul 2011 19:13:59 +0200 Subject: [PATCH] enable LWIP's raw ip for the ping example --- lwip/src/include/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwip/src/include/lwipopts.h b/lwip/src/include/lwipopts.h index 44b7141a..46ac691a 100644 --- a/lwip/src/include/lwipopts.h +++ b/lwip/src/include/lwipopts.h @@ -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)