Ethernet Interface Networking Library

Dependencies:   LwIPNetworking lwip-eth

Dependents:   CPPSocketsTest

Fork of EthernetNetworkLib by Donatien Garnier

Revision:
8:f7aa5ec1e6fe
Parent:
4:d3db4ee30723
Child:
10:7336d3d9cf64
--- a/main/lwipopts.h	Fri Jun 15 14:23:03 2012 +0000
+++ b/main/lwipopts.h	Wed Jun 20 13:19:13 2012 +0000
@@ -65,4 +65,7 @@
 
 #define LWIP_BROADCAST_PING       1
 
+#define LWIP_NETIF_STATUS_CALLBACK 1 //We want to be notified whenever the netif state changes 
+
+
 #endif /* LWIPOPTS_H_ */
\ No newline at end of file