From ef83850e633c4089c45adf739585a597e512dc64 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Thu, 12 Dec 2013 22:20:20 +0100 Subject: [PATCH] Removed redundant #ifdef --- core/net/uip.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/uip.h b/core/net/uip.h index 5805ebcd2..3e3d959bc 100644 --- a/core/net/uip.h +++ b/core/net/uip.h @@ -63,9 +63,8 @@ #define UIP_UDPH_LEN 8 /* Size of UDP header */ #define UIP_TCPH_LEN 20 /* Size of TCP header */ -#ifdef UIP_IPH_LEN #define UIP_ICMPH_LEN 4 /* Size of ICMP header */ -#endif + #define UIP_IPUDPH_LEN (UIP_UDPH_LEN + UIP_IPH_LEN) /* Size of IP + * UDP * header */