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:
authorManuel Coenen <manuel@duet3d.com>2021-01-20 12:41:54 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-20 12:41:54 +0300
commit31d547166717da3bb5e70bf985469f9ea0c36102 (patch)
treecdc68a5504af5a170f15171906e8311f9141882f /src/Endstops
parentf415976c32b69480c5dac4279247e37875176491 (diff)
Clean-up remaining #if SAME5x instances
Diffstat (limited to 'src/Endstops')
-rw-r--r--src/Endstops/LocalZProbe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/LocalZProbe.cpp b/src/Endstops/LocalZProbe.cpp
index 59722ccb..adcca05e 100644
--- a/src/Endstops/LocalZProbe.cpp
+++ b/src/Endstops/LocalZProbe.cpp
@@ -15,7 +15,7 @@
using
#if SAME5x
AnalogIn
-#elif SAME70
+#else
LegacyAnalogIn
#endif
::AdcBits;