Merge pull request #12981 from mtomczykmobica/IOTSTOR-1044

IOTSTOR-1044 - SPIFBlockDevice is broken in Mbed OS master(6),
pull/12988/head
Martin Kojtal 2020-05-18 07:52:34 +02:00 committed by GitHub
commit f50b35faed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ SPIFBlockDevice::SPIFBlockDevice(PinName mosi, PinName miso, PinName sclk, PinNa
if (SPIF_BD_ERROR_OK != _spi_set_frequency(freq)) {
tr_error("SPI Set Frequency Failed");
}
_spi.deselect();
}
int SPIFBlockDevice::init()