whitespace

This commit is contained in:
Robin Müller 2020-05-05 18:36:18 +02:00
parent f3dca8044e
commit f1a0bb9dc3

View File

@ -77,6 +77,7 @@ ReturnValue_t PollingTask::addSlot(object_id_t componentId,
" not found, not adding it to pst" << std::endl;
return HasReturnvaluesIF::RETURN_FAILED;
}
uint32_t PollingTask::getPeriodMs() const {
return pst.getLengthMs();
}