1
0
forked from fsfw/fsfw

interface change for freeRTOS

This commit is contained in:
2020-08-04 15:20:43 +02:00
parent c42b5283af
commit 9102eec4ab
2 changed files with 3 additions and 6 deletions

View File

@ -63,8 +63,7 @@ public:
* -@c RETURN_OK on success
* -@c RETURN_FAILED if the object could not be added.
*/
ReturnValue_t addComponent(object_id_t object,
bool setTaskIF = true) override;
ReturnValue_t addComponent(object_id_t object) override;
uint32_t getPeriodMs() const override;