Skip to content

Commit 2c19738

Browse files
committed
Revision of example
1 parent cc53b80 commit 2c19738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libraries/Storage/examples/LittleFsOnQSPIFlash/LittleFsOnQSPIFlash.ino

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Portenta H33 + Portenta Breakout
88
99
created February 1st, 2023
10-
by Daniele Aimo
10+
by Daniele Aimo ([email protected])
1111
1212
This example code is in the public domain.
1313
*/
@@ -39,13 +39,13 @@ void setup() {
3939
while(!Serial) {
4040

4141
}
42-
42+
Serial.println();
43+
Serial.println("##### TEST QSPI FLASH with LITTLE FS");
44+
Serial.println();
4345
/* list to store all directory in the root */
4446
std::vector<std::string> dir_list;
4547

46-
Serial.println();
47-
Serial.println("##### TEST QSPI FLASH with FAT FS");
48-
Serial.println();
48+
4949

5050
/*
5151
* MOUNTING SDCARD AS FATFS filesystem

0 commit comments

Comments
 (0)