Skip to content

Commit 345747c

Browse files
fixup! added an additional parition for provisioning in QSPIFormat sketch
1 parent 9e05f2b commit 345747c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ void setup() {
7474
if(default_scheme) {
7575
mbed::MBRBlockDevice::partition(&root, 2, 0x0B, 1024 * 1024, 13 * 1024 * 1024);
7676
mbed::MBRBlockDevice::partition(&root, 3, 0x0B, 13 * 1024 * 1024, 14 * 1024 * 1024);
77-
mbed::MBRBlockDevice::partition(&root, 4, 0x0B, 14 * 1024 * 1024, 14 * 1024 * 1024);
7877
// use space from 15.5MB to 16 MB for another fw, memory mapped
7978
} else {
8079
mbed::MBRBlockDevice::partition(&root, 2, 0x0B, 1024 * 1024, 6 * 1024 * 1024);

0 commit comments

Comments
 (0)