We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a869130 commit e5eca05Copy full SHA for e5eca05
src/ota/implementation/OTASTM32H7.h
@@ -79,9 +79,6 @@ class STM32H7OTACloudProcess: public OTADefaultCloudProcessInterface {
79
mbed::BlockDevice* _bd;
80
mbed::FATFileSystem* _fs;
81
82
- mbed::MBRBlockDevice* cert_bd_qspi;
83
- mbed::FATFileSystem* cert_fs_qspi;
84
-
85
const portenta::StorageType storage=portenta::QSPI_FLASH_FATFS_MBR;
86
const uint32_t data_offset=2;
87
0 commit comments