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 EthernetNetIf by
Diff: LPC1768/if/lwip/LwipNetIf.h
- Revision:
- 1:ba68cceb2917
- Parent:
- 0:422060928e37
- Child:
- 3:0401477beaa3
--- a/LPC1768/if/lwip/LwipNetIf.h Fri Jun 11 16:25:22 2010 +0000 +++ b/LPC1768/if/lwip/LwipNetIf.h Fri Jun 18 09:20:27 2010 +0000 @@ -49,8 +49,7 @@ virtual void poll(); private: - Ticker m_tcpTicker; - Ticker m_dnsTicker; + Timer m_tcpTimer; bool m_init;
