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>2021-03-19 22:58:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-03-19 22:58:56 +0300
commite898ae08700eb6caea54ff10a0f8618823c433eb (patch)
treedfe83b89f033ea6796b96af44c498900b66bbd5e /src/Networking/LwipEthernet
parente74a94cde886873a1828ebc3ef56bada30a38046 (diff)
Refactoring
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
Diffstat (limited to 'src/Networking/LwipEthernet')
-rw-r--r--src/Networking/LwipEthernet/LwipEthernetInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.h b/src/Networking/LwipEthernet/LwipEthernetInterface.h
index d4dc0788..2258f618 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.h
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.h
@@ -11,7 +11,6 @@
#include <RepRapFirmware.h>
#include <Networking/NetworkInterface.h>
#include <Networking/NetworkDefs.h>
-#include <Platform/MessageType.h>
// We have 8 sockets available for Ethernet
const size_t NumHttpSockets = 5; // sockets 0-4 are for HTTP