removed endif block
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

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

View File

@ -355,7 +355,6 @@ ReturnValue_t CoreController::sdStateMachine() {
sdInfo.cycleCount++;
return HasReturnvaluesIF::RETURN_OK;
#endif /* Q7S_SD_CARD_CONFIG != Q7S_SD_NONE */
}
void CoreController::executeNextExternalSdCommand() {