Skip to content

Commit e5eca05

Browse files
committed
OTA: STM32H7 remove unused variables
1 parent a869130 commit e5eca05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ota/implementation/OTASTM32H7.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ class STM32H7OTACloudProcess: public OTADefaultCloudProcessInterface {
7979
mbed::BlockDevice* _bd;
8080
mbed::FATFileSystem* _fs;
8181

82-
mbed::MBRBlockDevice* cert_bd_qspi;
83-
mbed::FATFileSystem* cert_fs_qspi;
84-
8582
const portenta::StorageType storage=portenta::QSPI_FLASH_FATFS_MBR;
8683
const uint32_t data_offset=2;
8784

0 commit comments

Comments
 (0)