Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
66:18a10c0b6d93
Parent:
65:37acccf2752f
Child:
93:580fc113d9e9
diff -r 37acccf2752f -r 18a10c0b6d93 ip6/icmp/ndp/ndp.c
--- a/ip6/icmp/ndp/ndp.c	Thu Jan 18 18:12:43 2018 +0000
+++ b/ip6/icmp/ndp/ndp.c	Fri Jan 19 19:47:37 2018 +0000
@@ -7,7 +7,7 @@
 #include "mac.h"
 #include "ip6addr.h"
 #include "slaac.h"
-#include "tick.h"
+#include "clock.h"
 #include "rs.h"
 
 int      NdpHopLimit             = 0;
@@ -221,7 +221,7 @@
 static uint32_t delayTime = INITIAL_DELAY; //Set to REPEAT_DELAY_TIME whenever a message is sent and blocks another send until count is back at zero
 void NdpMain()
 {
-    if (TickTicked)
+    if (ClockTicked)
     {
         NdpElapsedTime++;
         if (delayTime > 0) delayTime--;