Added dummy task. Still a lot of compiler errors to be fixed

This commit is contained in:
dario
2023-09-22 15:50:26 +02:00
parent 326083e48a
commit 10bcad8203
13 changed files with 88 additions and 387 deletions

View File

@@ -42,6 +42,8 @@ namespace sta
uint16_t getCurrentState();
private:
static Statemachine * _instance;
class CGuard
{
public:
@@ -61,8 +63,6 @@ namespace sta
~Statemachine() {}
static Statemachine * _instance;
uint16_t currentState_;
};
} // namespace tacos