mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12981 from mtomczykmobica/IOTSTOR-1044
IOTSTOR-1044 - SPIFBlockDevice is broken in Mbed OS master(6),pull/12988/head
commit
f50b35faed
|
@ -109,8 +109,6 @@ SPIFBlockDevice::SPIFBlockDevice(PinName mosi, PinName miso, PinName sclk, PinNa
|
||||||
if (SPIF_BD_ERROR_OK != _spi_set_frequency(freq)) {
|
if (SPIF_BD_ERROR_OK != _spi_set_frequency(freq)) {
|
||||||
tr_error("SPI Set Frequency Failed");
|
tr_error("SPI Set Frequency Failed");
|
||||||
}
|
}
|
||||||
|
|
||||||
_spi.deselect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int SPIFBlockDevice::init()
|
int SPIFBlockDevice::init()
|
||||||
|
|
Loading…
Reference in New Issue