1
0
forked from fsfw/fsfw

preamble changes started

This commit is contained in:
2020-06-04 14:08:26 +02:00
parent 764608005b
commit f8fb370ae7
5 changed files with 104 additions and 52 deletions

View File

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