Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70aa369

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

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino

Copy file name to clipboardExpand all lines: libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.