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-10-08 12:06:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-08 12:06:13 +0300
commitffd7aa7d821efdfc17004c41f2ad6fbf8a9713e6 (patch)
tree2d43b10a69a5e90d0b6cd0f767e45c60ff063ef0 /src/Endstops/ZProbe.h
parent03866e859459857a2b8fc0570465f631f15f6c50 (diff)
Fixed Duet 2 SBC build and increased version to 3.4.0beta5
Diffstat (limited to 'src/Endstops/ZProbe.h')
-rw-r--r--src/Endstops/ZProbe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/ZProbe.h b/src/Endstops/ZProbe.h
index ca5c3e3f..8be3b351 100644
--- a/src/Endstops/ZProbe.h
+++ b/src/Endstops/ZProbe.h
@@ -60,7 +60,7 @@ public:
void SetDeployedByUser(bool b) noexcept { isDeployedByUser = b; }
void SetLastStoppedHeight(float h) noexcept;
-#if HAS_MASS_STORAGE
+#if HAS_MASS_STORAGE || HAS_LINUX_INTERFACE
bool WriteParameters(FileStore *f, unsigned int probeNumber) const noexcept;
#endif