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.
Dependents: HelloWorld ServoInterfaceBoardExample1 4180_Lab4
Diff: if/eth/EthernetNetIf.h
- Revision:
- 2:a4f97773c90f
- Parent:
- 0:632c9925f013
- Child:
- 5:dd63a1e02b1b
--- a/if/eth/EthernetNetIf.h Mon Jun 14 10:33:54 2010 +0000
+++ b/if/eth/EthernetNetIf.h Fri Jun 18 09:22:54 2010 +0000
@@ -26,7 +26,6 @@
struct netif;
-//class Ticker;
#include "mbed.h"
#include "if/net/net.h"
@@ -51,9 +50,9 @@
virtual void poll();
private:
- Ticker m_ethArpTicker;
- Ticker m_dhcpCoarseTicker;
- Ticker m_dhcpFineTicker;
+ Timer m_ethArpTimer;
+ Timer m_dhcpCoarseTimer;
+ Timer m_dhcpFineTimer;
bool m_useDhcp;