tweaks
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

- Bump fsfw: O_SYNC flag on UioMapper
- Reduce delay for single TM store task to 2 ms
This commit is contained in:
Robin Müller 2023-04-03 21:57:48 +02:00
parent afbab6d3f2
commit 9aedc36e4d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 2 additions and 2 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 7a392dc33a7e406986fa3684e114a41b0e91de9a
Subproject commit 7966ede11b1eb038cbf0111f865bfbf830183c24

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);
}
}
}