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: oldheating gps motorhome heating
Diff: ip6/icmp/ndp/ndp.c
- 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--;