mbed-os/components/storage
Jarno Lamsa 36f1fa06d6 Remove extra _deselect to prevent possible hard fault
If read timeout happens, the _deselect will get called twice causing
a hard fault happening when mutex is released without being locked.
The SDBlockDevice::read is calling the _deselect in every case.
2018-11-05 16:08:48 +02:00
..
blockdevice Remove extra _deselect to prevent possible hard fault 2018-11-05 16:08:48 +02:00