1
0
forked from fsfw/fsfw

cleaned includesu p a bit

This commit is contained in:
2020-06-06 15:40:10 +02:00
parent dc9ef41bec
commit 096fbec156
3 changed files with 9 additions and 10 deletions

View File

@ -64,6 +64,9 @@ private:
* This method, that is the entry point in the new thread and calls
* taskFunctionality of the child class. Needs a valid pointer to the
* derived class.
*
* The void* returnvalue is not used yet but could be used to return
* arbitrary data.
*/
static void* taskEntryPoint(void* arg);
FixedSlotSequence pst;