Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
Revision 5:89eb903836af, committed 2012-06-26
- 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__ */
