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 752c1e9

Browse filesBrowse files
committed
QSPIFlash: add note about LittleFS and OPTA PLC runtime
1 parent 45c9eae commit 752c1e9
Copy full SHA for 752c1e9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void setup() {
123123

124124
Serial.println("\nDo you want to use LittleFS to format user data partition? Y/[n]");
125125
Serial.println("If No, FatFS will be used to format user partition.");
126-
126+
Serial.println("Note: LittleFS is not supported by the OPTA PLC runtime.");
127127
if (true == waitResponse()) {
128128
Serial.println("Formatting user partition with LittleFS.");
129129
user_data_fs = new mbed::LittleFileSystem("user");

0 commit comments

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