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:
86:55bc5ddac16c
Parent:
85:cd9fdd6ab7e3
Child:
97:d91f7db00235
--- a/link/link.c	Sat Nov 17 18:50:48 2018 +0000
+++ b/link/link.c	Sun Nov 18 12:13:15 2018 +0000
@@ -38,8 +38,6 @@
     NetTraceHostResetMatched();
     
     LinkActivity = false;
-    
-    Led1Set(true);
 
     if (pRx)
     {
@@ -50,8 +48,6 @@
         NicReleaseReceivedPacket();
     }
     
-    Led1Set(false);
-    Led2Set(true);
     if (pTx)
     {
         if (!action) action = EthPollForPacketToSend(pTx, &sizeTx);
@@ -62,7 +58,6 @@
             NicSendTransmitPacket(sizeTx);
         }
     }
-    Led2Set(false);
 }
 
 void LinkInit()