1
0
forked from fsfw/fsfw

new file for freeRTOS task management functions

This commit is contained in:
2020-02-26 16:55:35 +01:00
parent 083cc7c50a
commit abccd81fdf
7 changed files with 66 additions and 29 deletions

View File

@ -51,6 +51,7 @@ public:
ReturnValue_t checkSequence() const;
ReturnValue_t sleepFor(uint32_t ms);
protected:
bool started;
TaskHandle_t handle;