From d4867427e952ac5a85cebbe58bb427aa3859504a Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 13 Dec 2023 19:14:33 +0100 Subject: [PATCH] Fixed statemachine and manager priority --- .settings/language.settings.xml | 4 ++-- App/Inc/sta/config.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index 69eae04..c1cdb3c 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/App/Inc/sta/config.hpp b/App/Inc/sta/config.hpp index 667052e..5634731 100644 --- a/App/Inc/sta/config.hpp +++ b/App/Inc/sta/config.hpp @@ -29,8 +29,8 @@ // Settings for TACOS -#define STA_TACOS_MANAGER_PRIORITY osPriorityNormal -#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityNormal +#define STA_TACOS_MANAGER_PRIORITY osPriorityHigh +#define STA_TACOS_STATEMACHINE_PRIORITY osPriorityHigh // Statemachine settings. Here, we only have a single state which is also the initial state. #define STA_TACOS_NUM_STATES 3