1
0
forked from fsfw/fsfw

determination of freeRTOS features from version

This commit is contained in:
2020-12-14 23:38:06 +01:00
parent 9170f466e8
commit b8f4d8690b
3 changed files with 12 additions and 10 deletions

View File

@ -71,6 +71,7 @@ public:
TaskHandle_t getTaskHandle() override;
protected:
bool started;
TaskHandle_t handle;