dev

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Tue Jun 26 14:13:33 2012 +0000
Parent:
4:f71f5d9d5846
Child:
6:00bf89892c76
Commit message:
two #ifdef directives swapped in etharp.h

Changed in this revision

include/netif/etharp.h Show annotated file Show diff for this revision Revisions of this file
--- a/include/netif/etharp.h	Fri Jun 22 15:08:59 2012 +0000
+++ b/include/netif/etharp.h	Tue Jun 26 14:13:33 2012 +0000
@@ -212,10 +212,10 @@
 
 extern const struct eth_addr ethbroadcast, ethzero;
 
-#endif /* LWIP_ARP || LWIP_ETHERNET */
-
 #ifdef __cplusplus
 }
 #endif
 
+#endif /* LWIP_ARP || LWIP_ETHERNET */
+
 #endif /* __NETIF_ARP_H__ */