always performing state machine now
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

This commit is contained in:
Robin Müller 2021-08-08 12:45:26 +02:00
parent ea56a5d536
commit e05c52be85
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -59,9 +59,7 @@ ReturnValue_t CoreController::handleCommandMessage(CommandMessage *message) {
}
void CoreController::performControlOperation() {
if(not BLOCKING_SD_INIT) {
sdStateMachine();
}
sdStateMachine();
performWatchdogControlOperation();
}