Skip to content

Commit

Permalink
unifying codestile and removing trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Sep 23, 2024
1 parent 702daa0 commit e33947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "LittleFileSystem.h"
#include "FATFileSystem.h"

#ifndef CORE_CM7
#ifndef CORE_CM7
#error Format QSPI flash by uploading the sketch to the M7 core instead of the M4 core.
#endif

Expand Down Expand Up @@ -76,7 +76,7 @@ void setup() {
Serial.println("Error formatting WiFi partition");
return;
}

err = ota_data_fs.reformat(&ota_data);
if (err) {
Serial.println("Error formatting OTA partition");
Expand Down

0 comments on commit e33947b

Please sign in to comment.