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/RepRap.cpp')
-rw-r--r--src/RepRap.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/RepRap.cpp b/src/RepRap.cpp
index b93018d5..cfc787a6 100644
--- a/src/RepRap.cpp
+++ b/src/RepRap.cpp
@@ -2834,8 +2834,10 @@ void RepRap::StartIap() noexcept
WatchdogReset(); // kick the watchdog one last time
-#if SAM4E || SAME70
- WatchdogResetSecondary(); // kick the secondary watchdog
+#if SAM4E
+ rswdt_restart(RSWDT); // kick the secondary watchdog
+#elif SAME70
+ WatchdogResetSecondary(); // kick the secondary watchdog
#endif
// Modify vector table location