We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0efccd commit 806f46bCopy full SHA for 806f46b
examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino
@@ -50,7 +50,7 @@ void printFolderContents(Folder dir, int indentation = 0) {
50
51
// Uncomment one of the three lines below to select between SD card, USB or internal storage
52
//SDStorage unifiedStorage = SDStorage(); // Create an instance for interacting with SD card storage
53
-//USBStorage unifiedStorage = USBStorage() // Create an instance for interacting with USB storage
+//USBStorage unifiedStorage = USBStorage(); // Create an instance for interacting with USB storage
54
InternalStorage internalStorage = InternalStorage(); // Create an instance for interacting with internal Flash storage (default)
55
56
void setup() {
0 commit comments