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/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 8be3b351..f43ea340 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 || HAS_LINUX_INTERFACE
+#if HAS_MASS_STORAGE || HAS_SBC_INTERFACE
bool WriteParameters(FileStore *f, unsigned int probeNumber) const noexcept;
#endif