mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Compilable but untested statemachine implementation including a lot of clean up.
This commit is contained in:
@@ -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>
|
||||
|
@@ -31,7 +31,6 @@ namespace demo
|
||||
STA_DEBUG_PRINTLN(this->getName());
|
||||
// STA_DEBUG_PRINT("Executing ");
|
||||
// STA_DEBUG_PRINTLN(this->getName());
|
||||
osDelay(1000);
|
||||
}
|
||||
} // namespace demo
|
||||
|
||||
|
Reference in New Issue
Block a user