mbed IP library over Ethernet new teste
Dependencies: Socket lwip-eth lwip-sys lwip_pingpong
Fork of EthernetInterface by
Diff: lwipopts_conf.h
- Revision:
- 2:fa0875593d98
- Parent:
- 1:aee32a27826e
- Child:
- 3:f5776537f27f
diff -r aee32a27826e -r fa0875593d98 lwipopts_conf.h --- a/lwipopts_conf.h Mon Jun 25 17:12:39 2012 +0000 +++ b/lwipopts_conf.h Tue Jun 26 09:10:41 2012 +0000 @@ -1,4 +1,6 @@ #ifndef LWIPOPTS_CONF_H #define LWIPOPTS_CONF_H +#define LWIP_TRANSPORT_ETHERNET 1 + #endif