important bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
884462e793
commit
f61c448a24
@ -26,9 +26,9 @@ ReturnValue_t PersistentLogTmStoreTask::performOperation(uint8_t opCode) {
|
|||||||
if (not cyclicStoreCheck()) {
|
if (not cyclicStoreCheck()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
someonesBusy = false;
|
||||||
someFileWasSwapped = false;
|
someFileWasSwapped = false;
|
||||||
bool busy = handleOneStore(stores.okStore, okStoreContext);
|
stateHandlingForStore(handleOneStore(stores.okStore, okStoreContext));
|
||||||
stateHandlingForStore(busy);
|
|
||||||
stateHandlingForStore(handleOneStore(stores.notOkStore, notOkStoreContext));
|
stateHandlingForStore(handleOneStore(stores.notOkStore, notOkStoreContext));
|
||||||
stateHandlingForStore(handleOneStore(stores.miscStore, miscStoreContext));
|
stateHandlingForStore(handleOneStore(stores.miscStore, miscStoreContext));
|
||||||
if (not someonesBusy) {
|
if (not someonesBusy) {
|
||||||
|
Loading…
Reference in New Issue
Block a user