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