periodic task if adapted

This commit is contained in:
2020-08-04 15:23:37 +02:00
parent 2177877625
commit 4d3f0875c1
5 changed files with 8 additions and 19 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;
};