1
0
forked from fsfw/fsfw

some form stuff

This commit is contained in:
2020-04-06 11:15:44 +02:00
parent e791f44c41
commit 3654c7bf81
2 changed files with 6 additions and 3 deletions

View File

@ -67,7 +67,8 @@ ReturnValue_t FixedTimeslotTask::addSlot(object_id_t componentId,
return HasReturnvaluesIF::RETURN_OK;
}
error << "Component " << std::hex << componentId << " not found, not adding it to pst" << std::endl;
error << "Component " << std::hex << componentId
<< " not found, not adding it to pst" << std::endl;
return HasReturnvaluesIF::RETURN_FAILED;
}