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

@ -36,8 +36,7 @@ public:
* to the component.
* @return
*/
virtual ReturnValue_t addComponent(object_id_t object,
bool setTaskIF = true) {
virtual ReturnValue_t addComponent(object_id_t object) {
return HasReturnvaluesIF::RETURN_FAILED;
};