We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fecc0 commit 35c5c0eCopy full SHA for 35c5c0e
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
@@ -66,7 +66,7 @@ void setup() {
66
Serial.println("Error formatting WiFi partition");
67
return;
68
}
69
-
+
70
err = ota_data_fs.reformat(&ota_data);
71
if (err) {
72
Serial.println("Error formatting OTA partition");
0 commit comments