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/InputMonitors/InputMonitor.cpp')
-rw-r--r--src/InputMonitors/InputMonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputMonitors/InputMonitor.cpp b/src/InputMonitors/InputMonitor.cpp
index 5f797606..d449e679 100644
--- a/src/InputMonitors/InputMonitor.cpp
+++ b/src/InputMonitors/InputMonitor.cpp
@@ -39,7 +39,7 @@ bool InputMonitor::Activate(bool useInterrupt) noexcept
#if SAME5x
!useInterrupt || port.SetAnalogCallback(CommonAnalogPortInterrupt, CallbackParameter(this), 1);
#else
- true; // SAME70 doesn't support SetAnalogCallback yet
+ false; // SAME70 doesn't support SetAnalogCallback yet
#endif
}
active = true;