Skip to content

Commit fd744e7

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'sdblockdevice_deselect' of ssh://github.com/jarlamsa/mbed-os into rollup
2 parents 7536876 + 36f1fa0 commit fd744e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/storage/blockdevice/COMPONENT_SD/SDBlockDevice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ int SDBlockDevice::_read(uint8_t *buffer, uint32_t length)
897897
// read until start byte (0xFE)
898898
if (false == _wait_token(SPI_START_BLOCK)) {
899899
debug_if(SD_DBG, "Read timeout\n");
900-
_deselect();
901900
return SD_BLOCK_DEVICE_ERROR_NO_RESPONSE;
902901
}
903902

0 commit comments

Comments
 (0)