We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702daa0 commit e33947bCopy full SHA for e33947b
libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
@@ -3,7 +3,7 @@
3
#include "LittleFileSystem.h"
4
#include "FATFileSystem.h"
5
6
-#ifndef CORE_CM7
+#ifndef CORE_CM7
7
#error Format QSPI flash by uploading the sketch to the M7 core instead of the M4 core.
8
#endif
9
@@ -76,7 +76,7 @@ void setup() {
76
Serial.println("Error formatting WiFi partition");
77
return;
78
}
79
-
+
80
err = ota_data_fs.reformat(&ota_data);
81
if (err) {
82
Serial.println("Error formatting OTA partition");
0 commit comments