Skip to content

Commit 70aa369

Browse files
andreagilardonipennam
authored andcommitted
added an additional parition for provisioning in QSPIFormat sketch
1 parent b9f1b32 commit 70aa369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ using namespace mbed;
1212
BlockDevice* root = BlockDevice::get_default_instance();
1313
MBRBlockDevice wifi_data(root, 1);
1414
MBRBlockDevice ota_data(root, 2);
15-
MBRBlockDevice user_data(root, 3);
15+
MBRBlockDevice kvstore_data(root, 3);
16+
MBRBlockDevice user_data(root, 4);
1617
FATFileSystem wifi_data_fs("wlan");
1718
FATFileSystem ota_data_fs("fs");
1819
FileSystem * user_data_fs;

0 commit comments

Comments
 (0)