SD init: document or fix unlock SPI #2516

This commit is contained in:
rusefi 2021-04-01 16:20:08 -04:00
parent 17a3ab4cb3
commit 3f1d90992e
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ static BaseBlockDevice* initializeMmcBlockDevice() {
UNLOCK_SD_SPI;
return nullptr;
}
// todo: shall we 'UNLOCK_SD_SPI' here or document why not?
return reinterpret_cast<BaseBlockDevice*>(&MMCD1);
}