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 5956436 commit 603acd5Copy full SHA for 603acd5
src/ota/implementation/OTASTM32H7.h
@@ -28,7 +28,7 @@
28
#define APOTA_LITTLEFS_FLAG (1 << 6)
29
#define APOTA_MBR_FLAG (1 << 7)
30
31
-namespace portenta {
+namespace STM32H747OTA {
32
enum StorageType {
33
QSPI_FLASH_FATFS = APOTA_QSPI_FLASH_FLAG | APOTA_FATFS_FLAG,
34
QSPI_FLASH_FATFS_MBR = APOTA_QSPI_FLASH_FLAG | APOTA_FATFS_FLAG | APOTA_MBR_FLAG,
@@ -78,7 +78,7 @@ class STM32H7OTACloudProcess: public OTADefaultCloudProcessInterface {
78
mbed::BlockDevice* _bd;
79
mbed::FATFileSystem* _fs;
80
81
- const portenta::StorageType storage=portenta::QSPI_FLASH_FATFS_MBR;
+ const STM32H747OTA::StorageType storage=STM32H747OTA::QSPI_FLASH_FATFS_MBR;
82
const uint32_t data_offset=2;
83
84
static const char UPDATE_FILE_NAME[];
0 commit comments