Skip to content

Commit 9089fa7

Browse files
authored
Merge branch 'main' into partitioning_callbacks_opta
2 parents b5b21e1 + d0145de commit 9089fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ void printFolderContents(Folder dir, int indentation = 0) {
5656

5757

5858
// Uncomment one of the three lines below to select between SD card, USB or internal storage
59-
//SDStorage unifiedStorage = SDStorage(); // Create an instance for interacting with SD card storage
60-
//USBStorage unifiedStorage = USBStorage() // Create an instance for interacting with USB storage
59+
//SDStorage sdStorage = SDStorage(); // Create an instance for interacting with SD card storage
60+
//USBStorage usbStorage = USBStorage() // Create an instance for interacting with USB storage
6161
InternalStorage internalStorage;
6262

6363

0 commit comments

Comments
 (0)