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-06-16 13:56:31 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-16 13:56:31 +0300
commit11293866589245174b8914b304726bb70ffa6a82 (patch)
tree2ae669fa2aacc318e31b61d8e634d406172b7acb /src/Networking/LwipEthernet/LwipEthernetInterface.cpp
parentda9c9f5f56dec2cbf13c2f0cdc1681d11375fa68 (diff)
Moved SAME70 GMAC files to Hardware/SAME70
Diffstat (limited to 'src/Networking/LwipEthernet/LwipEthernetInterface.cpp')
-rw-r--r--src/Networking/LwipEthernet/LwipEthernetInterface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
index ea7351df..2f1d0564 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
@@ -18,8 +18,9 @@
#include "Networking/FtpResponder.h"
#include "Networking/TelnetResponder.h"
#include "General/IP4String.h"
-#include "Version.h"
+#include "Version.h" // version is reported by MDNS
#include "GMAC/ethernet_sam.h"
+#include <Hardware/SAME70/same70_gmac.h> // for error counts used in function Diagnostics
extern "C"
{