Skip to content

Commit eb49d29

Browse files
authored
Merge pull request #1103 from pennam/qspi-format-plc
QSPIFormat: fix information about Arduino PLC IDE filesystem
2 parents a990865 + c070245 commit eb49d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void setup() {
138138

139139
Serial.println("\nDo you want to use LittleFS to format user data partition? Y/[n]");
140140
Serial.println("If No, FatFS will be used to format user partition.");
141-
Serial.println("Note: LittleFS is not supported by the OPTA PLC runtime.");
141+
Serial.println("Note: Arduino PLC IDE is using LittleFS to store runtime data on this partition.");
142142
if (true == waitResponse()) {
143143
Serial.println("Formatting user partition with LittleFS.");
144144
user_data_fs = new mbed::LittleFileSystem("user");

0 commit comments

Comments
 (0)