We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0efccd + 806f46b commit d0145deCopy full SHA for d0145de
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