mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
Added dummy task. Still a lot of compiler errors to be fixed
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user