SD init: document or fix unlock SPI #2516
This commit is contained in:
parent
17a3ab4cb3
commit
3f1d90992e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue