always perform state machine
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
EIVE/eive-obsw/pipeline/head There was a failure building this commit

in initAfterTaskCreation
This commit is contained in:
Robin Müller 2021-08-08 12:49:04 +02:00
parent 0fecfab2f0
commit 22d7af4b78
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -530,11 +530,7 @@ ReturnValue_t CoreController::initializeAfterTaskCreation() {
sif::warning << "CoreController::CoreController: SD card init failed" << std::endl;
}
}
else {
if(not sdInfo.initFinished) {
sdStateMachine();
}
}
sdStateMachine();
result = initVersionFile();
if(result != HasReturnvaluesIF::RETURN_OK) {
sif::warning << "CoreController::initialize: Version initialization failed" << std::endl;