Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368

Dependents:   UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more

Committer:
simon
Date:
Tue Nov 23 14:15:36 2010 +0000
Revision:
0:350011bf8be7
Experimental version for testing UDP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
simon 0:350011bf8be7 1 #ifndef NET_CFG_H
simon 0:350011bf8be7 2 #define NET_GPRS 0
simon 0:350011bf8be7 3 #define NET_PPP 0
simon 0:350011bf8be7 4 #define NET_GPRS_MODULE 0
simon 0:350011bf8be7 5 #define NET_ETH 1
simon 0:350011bf8be7 6 #define NET_USB_SERIAL 0
simon 0:350011bf8be7 7 #define NET_CFG_H 1
simon 0:350011bf8be7 8 #define NET_UMTS 0
simon 0:350011bf8be7 9 #define NET_USB 0
simon 0:350011bf8be7 10 #define NET_LWIP_STACK 1
simon 0:350011bf8be7 11 #endif