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:
132:db2174b36a6d
Parent:
98:b977424ec7f7
Child:
133:a37eb35a03f1
--- a/link/jack.c	Tue Mar 19 12:12:26 2019 +0000
+++ b/link/jack.c	Wed Mar 20 10:55:30 2019 +0000
@@ -10,7 +10,7 @@
     static int blinkTimer = 0;
     
     if (activity) blinkTimer = MsTimerCount;
-    if (MsTimerHasElapsed(blinkTimer, BLINK_DURATION_MS))
+    if (MsTimerInterval(blinkTimer, BLINK_DURATION_MS))
     {
         if (phyLink)  LED_GR_L_SET; else LED_GR_L_CLR;
         if (phySpeed) LED_YE_R_SET; else LED_YE_R_CLR;