1
0
forked from fsfw/fsfw

periodic task IF: setting task if boolean removed

This commit is contained in:
2020-08-04 15:19:31 +02:00
parent c16675f69a
commit c42b5283af
3 changed files with 4 additions and 9 deletions

View File

@ -39,8 +39,7 @@ public:
* @param object Id of the object to add.
* @return RETURN_OK on success, RETURN_FAILED if the object could not be added.
*/
ReturnValue_t addComponent(object_id_t object,
bool addTaskIF = true) override;
ReturnValue_t addComponent(object_id_t object) override;
uint32_t getPeriodMs() const override;