removed empty line

This commit is contained in:
Robin Müller 2020-06-23 10:31:53 +02:00
parent ba8122f2db
commit 918329163f

View File

@ -57,7 +57,6 @@ ReturnValue_t FixedTimeslotTask::startTask() {
ReturnValue_t FixedTimeslotTask::addSlot(object_id_t componentId,
uint32_t slotTimeMs, int8_t executionStep) {
if (objectManager->get<ExecutableObjectIF>(componentId) != nullptr) {
if(slotTimeMs == 0) {
// FreeRTOS throws a sanity error for zero values, so we set