Non Blocking SD Card Initialization #75

Merged
meierj merged 25 commits from mueller/non-blocking-sd-card-init into develop 2021-08-09 14:18:49 +02:00
Showing only changes of commit 8cdb877df6 - Show all commits

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() {