1
0
forked from fsfw/fsfw

changed from mueller/master taken over

This commit is contained in:
2020-09-04 14:49:59 +02:00
parent 381914886d
commit 4bdac1e017
2 changed files with 8 additions and 6 deletions

View File

@ -32,7 +32,7 @@ public:
* The address of the task object is passed as an argument
* to the system call.
*/
ReturnValue_t startTask(void);
ReturnValue_t startTask() override;
/**
* Adds an object to the list of objects to be executed.
* The objects are executed in the order added.