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 35c5c0e

Browse filesBrowse files
andreagilardonipennam
authored andcommitted
removed trailing spaces
1 parent d6fecc0 commit 35c5c0e
Copy full SHA for 35c5c0e

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
+2-2Lines changed: 2 additions & 2 deletions
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

@@ -66,7 +66,7 @@ void setup() {
6666
Serial.println("Error formatting WiFi partition");
6767
return;
6868
}
69-
69+
7070
err = ota_data_fs.reformat(&ota_data);
7171
if (err) {
7272
Serial.println("Error formatting OTA partition");

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.