Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
66:18a10c0b6d93
Parent:
65:37acccf2752f
Child:
93:580fc113d9e9
diff -r 37acccf2752f -r 18a10c0b6d93 eth/nr4.c
--- a/eth/nr4.c	Thu Jan 18 18:12:43 2018 +0000
+++ b/eth/nr4.c	Fri Jan 19 19:47:37 2018 +0000
@@ -3,7 +3,7 @@
 #include <string.h>
 
 #include      "log.h"
-#include     "tick.h"
+#include    "clock.h"
 #include      "net.h"
 #include      "mac.h"
 #include  "ip4addr.h"
@@ -367,7 +367,7 @@
     nextProtocol(pr);
     sendRequest (pr);
     
-    if (TickTicked) elapsed++;
+    if (ClockTicked) elapsed++;
 }
 void Nr4Init()
 {