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-06-18 22:59:46 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-18 22:59:46 +0300
commitae924e55db81ffbfa19803c411c2bdddf4ed5ff7 (patch)
treeb88db66f5aebf2419dfc82b350e24d42434d8a1d /src/Endstops
parent6a36e8d301aa09af47af0ad8d9fe581c4cce88b1 (diff)
Changes for 5LC
Diffstat (limited to 'src/Endstops')
-rw-r--r--src/Endstops/LocalZProbe.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Endstops/LocalZProbe.cpp b/src/Endstops/LocalZProbe.cpp
index 5038b6b0..a37d6867 100644
--- a/src/Endstops/LocalZProbe.cpp
+++ b/src/Endstops/LocalZProbe.cpp
@@ -11,6 +11,11 @@
#include "RepRap.h"
#include "Platform.h"
+#if SAME5x
+# include <AnalogIn.h>
+using AnalogIn::AdcBits;
+#endif
+
// Members of class LocalZProbe
LocalZProbe::~LocalZProbe() noexcept
{