A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
66:18a10c0b6d93
Parent:
65:37acccf2752f
Child:
71:736a5747ade1
--- a/eth/ar6.c	Thu Jan 18 18:12:43 2018 +0000
+++ b/eth/ar6.c	Fri Jan 19 19:47:37 2018 +0000
@@ -2,7 +2,7 @@
 #include <stdbool.h>
 
 #include     "log.h"
-#include    "tick.h"
+#include   "clock.h"
 #include     "net.h"
 #include     "mac.h"
 #include "ip6addr.h"
@@ -219,7 +219,7 @@
     retry      (pr);
     sendRequest(pr);
     
-    if (TickTicked) elapsed++;
+    if (ClockTicked) elapsed++;
 }
 void Ar6Init()
 {