Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-12-15 20:43:38 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-15 20:43:38 +0300
commit304510eb4d453a6ce882c420b21ae9b55d018b50 (patch)
tree3b56e0442eb2bcb376fc9d9ec396ca931b4943de /src/Networking/LwipEthernet/GMAC
parent6bb82cf378ae3cada270c4d1933876e6544b3d66 (diff)
Added extra software reset data, added CRC speed test
Diffstat (limited to 'src/Networking/LwipEthernet/GMAC')
-rw-r--r--src/Networking/LwipEthernet/GMAC/ethernet_sam.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Networking/LwipEthernet/GMAC/ethernet_sam.cpp b/src/Networking/LwipEthernet/GMAC/ethernet_sam.cpp
index d6edf118..419c09a8 100644
--- a/src/Networking/LwipEthernet/GMAC/ethernet_sam.cpp
+++ b/src/Networking/LwipEthernet/GMAC/ethernet_sam.cpp
@@ -240,3 +240,6 @@ void ethernet_get_ipaddress(IPAddress& ipAddress, IPAddress& netMask, IPAddress&
netMask.SetV4LittleEndian(gs_net_if.netmask.addr);
gateWay.SetV4LittleEndian(gs_net_if.gw.addr);
}
+
+// End
+