From 48561099b141773d71438dcdf09c65ace4138b8b Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 10 Oct 2019 13:26:40 +0300 Subject: motor testing --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Control') 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"); } } -- cgit v1.3.1