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/Hardware/Cache.cpp')
-rw-r--r--src/Hardware/Cache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hardware/Cache.cpp b/src/Hardware/Cache.cpp
index 1726fdd9..81fda123 100644
--- a/src/Hardware/Cache.cpp
+++ b/src/Hardware/Cache.cpp
@@ -152,6 +152,7 @@ void Cache::Disable() noexcept
if (enabled)
{
#if SAME70
+ SCB_CleanDCache();
SCB_DisableICache();
SCB_DisableDCache();
#elif SAM4E