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:
Diffstat (limited to 'src/Platform/Platform.h')
-rw-r--r--src/Platform/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Platform.h b/src/Platform/Platform.h
index f92ee9e1..1ed5186b 100644
--- a/src/Platform/Platform.h
+++ b/src/Platform/Platform.h
@@ -609,7 +609,7 @@ public:
bool HasVinPower() const noexcept { return true; }
#endif
-#if HAS_STALL_DETECT
+#if HAS_STALL_DETECT || SUPPORT_CAN_EXPANSION
GCodeResult ConfigureStallDetection(GCodeBuffer& gb, const StringRef& reply, OutputBuffer *& buf) THROWS(GCodeException);
#endif