Fork of NetServicesMin with some warnings removed

Dependencies:   lwip-sys lwip

Fork of NetServicesMin by Hendrik Lipka

Committer:
uci1
Date:
Sat Nov 24 20:20:45 2012 +0000
Revision:
4:c8b2f969c8dd
Parent:
0:8b387bed54c2
Remove debugging printouts

Who changed what in which revision?

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