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/InputMonitors
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/InputMonitors')
-rw-r--r--src/InputMonitors/InputMonitor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InputMonitors/InputMonitor.h b/src/InputMonitors/InputMonitor.h
index 43ee12eb..15cfccae 100644
--- a/src/InputMonitors/InputMonitor.h
+++ b/src/InputMonitors/InputMonitor.h
@@ -13,7 +13,6 @@
#if SUPPORT_REMOTE_COMMANDS
#include <Hardware/IoPorts.h>
-#include <GCodes/GCodeResult.h>
#include <RTOSIface/RTOSIface.h>
struct CanMessageCreateInputMonitor;