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>2022-07-13 21:27:20 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-13 21:27:20 +0300
commit3fc316183e1066f20b799ad8ffb14644388c85e7 (patch)
treef19fca7d813e3e669084a3b7c70614e7a006a00e /src/InputMonitors/InputMonitor.cpp
parent15e3851a9a308e4835312d0e7d241b28399197e1 (diff)
parent2860cf15465ee5a0dacb8309e8580744e649f776 (diff)
Merge branch '3.4-dev' into 3.4-spi-tft3.4-spi-tft
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;