From b60ddccad54300ae830f2350870c479edd668601 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Fri, 16 Feb 2024 14:45:17 +0100 Subject: [PATCH] Removed default watchdog enable --- include/sta/tacos/configs/default.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/sta/tacos/configs/default.hpp b/include/sta/tacos/configs/default.hpp index c048c23..f46c692 100644 --- a/include/sta/tacos/configs/default.hpp +++ b/include/sta/tacos/configs/default.hpp @@ -1,9 +1,6 @@ #ifndef STA_TACOS_CONFIGS_DEFAULT_HPP #define STA_TACOS_CONFIGS_DEFAULT_HPP -// Enable the watchdog provided by TACOS. -#define STA_TACOS_WATCHDOG_ENABLED - // Generally, we assume the TACOS threads to have the highest priorties. #define STA_TACOS_MANAGER_PRIORITY osPriorityHigh #define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh