From 09ea84beaf01a77cbdb54fbf7c196f740477c0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 2 Nov 2020 18:17:50 +0100 Subject: [PATCH] Increase watchdog timeout because some SD card operations need a lot of time --- stm-firmware/include/reflow-controller/safety/safety-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/include/reflow-controller/safety/safety-config.h b/stm-firmware/include/reflow-controller/safety/safety-config.h index 1c9d748..9fb01f6 100644 --- a/stm-firmware/include/reflow-controller/safety/safety-config.h +++ b/stm-firmware/include/reflow-controller/safety/safety-config.h @@ -77,7 +77,7 @@ enum analog_value_monitor { #define WATCHDOG_HALT_DEBUG (0) #endif -#define WATCHDOG_PRESCALER 8 +#define WATCHDOG_PRESCALER 16 /** * @brief Minimum number of bytes that have to be free on the stack. If this is not the case, an error is detected