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/Platform/Tasks.cpp')
-rw-r--r--src/Platform/Tasks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Tasks.cpp b/src/Platform/Tasks.cpp
index 6cd12a2d..d3388c0b 100644
--- a/src/Platform/Tasks.cpp
+++ b/src/Platform/Tasks.cpp
@@ -183,7 +183,7 @@ void *Tasks::GetNVMBuffer(const uint32_t *stk) noexcept
// If we reset immediately then the user area write doesn't complete and the bits get set to all 1s.
delayMicroseconds(10000);
- Reset();
+ ResetProcessor();
}
}
}