NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
1:abb442332fa8
Parent:
0:632c9925f013
Child:
4:fd826cad83c0
--- a/netCfg.h	Fri Jun 11 16:05:15 2010 +0000
+++ b/netCfg.h	Mon Jun 14 10:33:54 2010 +0000
@@ -1,26 +1,12 @@
 #ifndef NET_CFG_H
-#define NET_CFG_H
-
-//Configure build params for TCP/IP Stack
-
-//Build GPRS Module (eg Telit Module) If
-#define NET_GPRS 0
-
-#define NET_TELIT 0
-
-//Build PPP If
-#define NET_PPP 0
-
-//Build Usb Host Stack
-#define NET_USB 0
-
-//Build Usb Virtual Serial Port
+#define NET_TELIT_STACK 0
+#define NET_GPRS 1
+#define NET_PPP 1
+#define NET_ZG2100 0
+#define NET_ETH 1
 #define NET_USB_SERIAL 0
-
-//Build Ethernet If
-#define NET_ETH 0
-
-//Build LWIP Stack
-#define NET_LWIP_STACK 0
-
-#endif
\ No newline at end of file
+#define NET_TELIT 1
+#define NET_CFG_H 1
+#define NET_USB 1
+#define NET_LWIP_STACK 1
+#endif