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
path: root/src/Linux
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/Linux
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/Linux')
-rw-r--r--src/Linux/DataTransfer.h1
-rw-r--r--src/Linux/LinuxInterface.h1
-rw-r--r--src/Linux/LinuxMessageFormats.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/Linux/DataTransfer.h b/src/Linux/DataTransfer.h
index 4935d4d6..96450726 100644
--- a/src/Linux/DataTransfer.h
+++ b/src/Linux/DataTransfer.h
@@ -15,7 +15,6 @@
#include <GCodes/GCodeFileInfo.h>
#include <GCodes/GCodeChannel.h>
#include "LinuxMessageFormats.h"
-#include <Platform/MessageType.h>
#include <RTOSIface/RTOSIface.h>
class BinaryGCodeBuffer;
diff --git a/src/Linux/LinuxInterface.h b/src/Linux/LinuxInterface.h
index 5fad27d2..b00526f4 100644
--- a/src/Linux/LinuxInterface.h
+++ b/src/Linux/LinuxInterface.h
@@ -19,7 +19,6 @@
#include "GCodes/GCodeFileInfo.h"
#include "LinuxMessageFormats.h"
#include "DataTransfer.h"
-#include <Platform/MessageType.h>
class Platform;
diff --git a/src/Linux/LinuxMessageFormats.h b/src/Linux/LinuxMessageFormats.h
index b8af2b44..5de75204 100644
--- a/src/Linux/LinuxMessageFormats.h
+++ b/src/Linux/LinuxMessageFormats.h
@@ -13,7 +13,6 @@
#include <ctime>
#include <RepRapFirmware.h>
-#include <Platform/MessageType.h>
constexpr uint8_t LinuxFormatCode = 0x5F; // standard format code for RRF SPI protocol
constexpr uint8_t LiunxFormatCodeStandalone = 0x60; // used to indicate that RRF is running in stand-alone mode