qwerty

Dependencies:   mbed

Committer:
Hello1024
Date:
Mon Nov 21 18:25:34 2011 +0000
Revision:
0:1619a6b826d7

        

Who changed what in which revision?

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