Merge remote-tracking branch 'origin/develop' into bugfixes_tweaks_str
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 7a392dc33a...7966ede11b
@ -29,7 +29,7 @@ ReturnValue_t PersistentSingleTmStoreTask::performOperation(uint8_t opCode) {
|
|||||||
TaskFactory::delayTask(10);
|
TaskFactory::delayTask(10);
|
||||||
} else {
|
} else {
|
||||||
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
||||||
TaskFactory::delayTask(10);
|
TaskFactory::delayTask(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user