Revision:
2:1f10f8ab527b
Parent:
0:0f5a52711275
--- a/LPC2368/if/net/ipaddr.h	Mon Jul 19 16:27:52 2010 +0000
+++ b/LPC2368/if/net/ipaddr.h	Thu Jul 22 11:31:59 2010 +0000
@@ -29,7 +29,12 @@
 #include "netCfg.h"
 #if NET_LWIP_STACK
 #include "lwip/ip_addr.h"
+
+#ifdef __LWIP_DEBUG
+#undef __LWIP_DEBUG
 #endif
+#endif
+
 class IpAddr;
 
 class IpAddr //Basically a C++ frontend to ip_addr_t