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-27 17:06:26 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-27 17:06:26 +0300
commitc8d3ab8be56bbbc9e4ced2234392353606f1b891 (patch)
treea258beb68b1b23541a37a2af4d63ad01ae083bcc /src/InputMonitors
parent0a46d5ad95faadd5c023cf52db06a9aa184b12b8 (diff)
Added SUPPORT_REMOTE_COMMANDS
Diffstat (limited to 'src/InputMonitors')
-rw-r--r--src/InputMonitors/InputMonitor.cpp2
-rw-r--r--src/InputMonitors/InputMonitor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/InputMonitors/InputMonitor.cpp b/src/InputMonitors/InputMonitor.cpp
index 25f1ff74..a59ce075 100644
--- a/src/InputMonitors/InputMonitor.cpp
+++ b/src/InputMonitors/InputMonitor.cpp
@@ -7,7 +7,7 @@
#include "InputMonitor.h"
-#if SUPPORT_CAN_EXPANSION
+#if SUPPORT_REMOTE_COMMANDS
#include <CanMessageFormats.h>
#include <Hardware/IoPorts.h>
diff --git a/src/InputMonitors/InputMonitor.h b/src/InputMonitors/InputMonitor.h
index ac43f2ea..3e127c93 100644
--- a/src/InputMonitors/InputMonitor.h
+++ b/src/InputMonitors/InputMonitor.h
@@ -10,7 +10,7 @@
#include <RepRapFirmware.h>
-#if SUPPORT_CAN_EXPANSION
+#if SUPPORT_REMOTE_COMMANDS
#include <Hardware/IoPorts.h>
#include <GCodes/GCodeResult.h>