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.
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 22:2a797ba9babe
- Parent:
- 21:8cd2de462559
- Child:
- 26:dd9794ce1d64
diff -r 8cd2de462559 -r 2a797ba9babe EthernetInterface.cpp --- a/EthernetInterface.cpp Fri Aug 03 14:43:57 2012 +0000 +++ b/EthernetInterface.cpp Sat Aug 04 13:44:35 2012 +0000 @@ -51,7 +51,7 @@ tcpip_inited.wait(); memset((void*) &lpcNetif, 0, sizeof(lpcNetif)); - netif_add(&lpcNetif, ipaddr, netmask, gw, NULL, lpc_enetif_init, ethernet_input); + netif_add(&lpcNetif, ipaddr, netmask, gw, NULL, lpc_enetif_init, tcpip_input); netif_set_default(&lpcNetif); netif_set_status_callback(&lpcNetif, netif_status_callback); }