aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 8e67de0f1..84ab1388d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -548,7 +548,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
{
if (watchdogCriticalAlarm == false)
{
- Control_WD(ENABLE,5); //activate heaters/dispenser watchdog, 0.5 seconds
+ Control_WD(ENABLE,10); //activate heaters/dispenser watchdog, 0.5 seconds
//LOG_ERROR (1111, "Control_WD");
}
}