NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
2:a4f97773c90f
Parent:
0:632c9925f013
Child:
3:95e0bc00a1bb
--- a/if/lwip/LwipNetIf.h	Mon Jun 14 10:33:54 2010 +0000
+++ b/if/lwip/LwipNetIf.h	Fri Jun 18 09:22:54 2010 +0000
@@ -49,8 +49,7 @@
   virtual void poll();
 
 private:
-  Ticker m_tcpTicker;
-  Ticker m_dnsTicker;
+  Timer m_tcpTimer;
   
   bool m_init;