Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
65:37acccf2752f
Parent:
61:aad055f1b0d1
Child:
66:18a10c0b6d93
--- a/ip6/icmp/ndp/ndp.c	Wed Jan 17 20:44:04 2018 +0000
+++ b/ip6/icmp/ndp/ndp.c	Thu Jan 18 18:12:43 2018 +0000
@@ -7,7 +7,7 @@
 #include "mac.h"
 #include "ip6addr.h"
 #include "slaac.h"
-#include "clock.h"
+#include "tick.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 (ClockTicked)
+    if (TickTicked)
     {
         NdpElapsedTime++;
         if (delayTime > 0) delayTime--;