Compilable but untested statemachine implementation including a lot of clean up.

This commit is contained in:
dario
2023-10-23 23:50:08 +02:00
parent 67f3e9aa15
commit 4efc0382f8
6 changed files with 107 additions and 35 deletions

View File

@@ -10,6 +10,7 @@
#include <sta/debug/debug.hpp>
#include <sta/tacos/manager.hpp>
#include <sta/tacos/statemachine.hpp>
#include <tasks/dummy.hpp>
#include <memory>

View File

@@ -31,7 +31,6 @@ namespace demo
STA_DEBUG_PRINTLN(this->getName());
// STA_DEBUG_PRINT("Executing ");
// STA_DEBUG_PRINTLN(this->getName());
osDelay(1000);
}
} // namespace demo