From 2b4e6341798890f63f898295365074444efb528e Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 29 Nov 2023 20:12:45 +0100 Subject: [PATCH] Changed TacosThread termination to work correctly; fixed bugs in the testing --- .cproject | 1 + .settings/language.settings.xml | 4 ++-- App/Src/startup.cpp | 5 +++++ App/Src/tasks/toggle.cpp | 12 ++++-------- Libs/rtos2-utils | 2 +- Libs/sta-core | 2 +- Tacos/src/thread.cpp | 11 ++++++++--- 7 files changed, 22 insertions(+), 15 deletions(-) diff --git a/.cproject b/.cproject index c112998..400127d 100644 --- a/.cproject +++ b/.cproject @@ -25,6 +25,7 @@