Core networking libraries including LwIP implementation

Dependencies:   DebugLib Socket lwip lwip-sys

Dependents:   EthernetInterface

Fork of NetworkingCoreLib by Donatien Garnier

Revision:
6:567bdc7f0dd8
Parent:
5:ce7a31d124c1
Child:
13:f7d8c8088289
--- a/main/lwipopts_common.h	Fri Jun 08 13:24:16 2012 +0000
+++ b/main/lwipopts_common.h	Fri Jun 08 13:26:59 2012 +0000
@@ -1,4 +1,4 @@
-/* lwipopts.h */
+/* lwipopts_common.h */
 /*
  Copyright (C) 2012 ARM Limited.
 
@@ -21,10 +21,8 @@
  SOFTWARE.
  */
 
-#ifndef LWIPOPTS_H_
-#define LWIPOPTS_H_
-
-#include "networking_conf.h" //Basically a #define NET_PPP 1 or #define NET_ETHERNET 1 file
+#ifndef LWIPOPTS_COMMON_H_
+#define LWIPOPTS_COMMON_H_
 
 #define NO_SYS                          0
 
@@ -103,4 +101,4 @@
 #define LWIP_SO_RCVTIMEO 1
 #define LWIP_TCP_KEEPALIVE 1
 
-#endif /* LWIPOPTS_H_ */
\ No newline at end of file
+#endif /* LWIPOPTS_COMMON_H_ */
\ No newline at end of file