Skip to content

Commit e33947b

Browse files
unifying codestile and removing trailing white spaces
1 parent 702daa0 commit e33947b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "LittleFileSystem.h"
44
#include "FATFileSystem.h"
55

6-
#ifndef CORE_CM7
6+
#ifndef CORE_CM7
77
#error Format QSPI flash by uploading the sketch to the M7 core instead of the M4 core.
88
#endif
99

@@ -76,7 +76,7 @@ void setup() {
7676
Serial.println("Error formatting WiFi partition");
7777
return;
7878
}
79-
79+
8080
err = ota_data_fs.reformat(&ota_data);
8181
if (err) {
8282
Serial.println("Error formatting OTA partition");

0 commit comments

Comments
 (0)