The road to hell is paved with good intentions
This commit is contained in:
parent
33884f1f82
commit
d2ee2cbff9
|
@ -332,7 +332,7 @@ static BaseBlockDevice* initializeMmcBlockDevice() {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
if (!engineConfiguration->isSdCardEnabled || mmcSpiDevice == SPI_NONE) {
|
||||
if (!engineConfiguration->isSdCardEnabled || engineConfiguration->sdCardSpiDevice == SPI_NONE) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue