Merge pull request 'tweaks' (#558) from single_store_tweak_fsfw into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

Reviewed-on: #558
This commit is contained in:
2023-04-04 11:15:49 +02:00
2 changed files with 2 additions and 2 deletions

2
fsfw

Submodule fsfw updated: 7a392dc33a...7966ede11b

View File

@ -29,7 +29,7 @@ ReturnValue_t PersistentSingleTmStoreTask::performOperation(uint8_t opCode) {
TaskFactory::delayTask(10);
} else {
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
TaskFactory::delayTask(10);
TaskFactory::delayTask(2);
}
}
}