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:24:01 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-20 12:24:01 +0300
commitf415976c32b69480c5dac4279247e37875176491 (patch)
treeaeacfb8a900fd83bfefa85c629b26e61649f4bbe /src/RepRap.cpp
parentfcd8410fb6379597f4ee0bf5a599d93161eea245 (diff)
Partway through cleaning up #if SAME5x crazyness
Diffstat (limited to 'src/RepRap.cpp')
-rw-r--r--src/RepRap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RepRap.cpp b/src/RepRap.cpp
index cfc787a6..8cdaae41 100644
--- a/src/RepRap.cpp
+++ b/src/RepRap.cpp
@@ -2758,9 +2758,7 @@ void RepRap::PrepareToLoadIap() noexcept
#ifdef DUET_NG
DuetExpansion::Exit(); // stop the DueX polling task
#endif
-#if SAME5x // CoreNG uses a separate analog input task, so stop that
StopAnalogTask();
-#endif
Cache::Disable(); // disable the cache because it interferes with flash memory access