Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commite33947b

Browse files
unifying codestile and removing trailing white spaces
1 parent702daa0 commite33947b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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

@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp