Skip to content

Commit bcf3a8d

Browse files
committed
Remove not needed block device init
1 parent 10cf2b9 commit bcf3a8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Arduino_Portenta_OTA_SD.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ Arduino_Portenta_OTA_SD::Arduino_Portenta_OTA_SD(StorageTypePortenta const stora
5353

5454
bool Arduino_Portenta_OTA_SD::init()
5555
{
56-
if (_block_device.init())
57-
return false;
58-
5956
if(_storage_type == SD_FATFS)
6057
{
6158
_fs_sd = new mbed::FATFileSystem("fs");

0 commit comments

Comments
 (0)