diff --git a/examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino b/examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino index 7fc13c9..75c3953 100644 --- a/examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino +++ b/examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino @@ -50,7 +50,7 @@ void printFolderContents(Folder dir, int indentation = 0) { // Uncomment one of the three lines below to select between SD card, USB or internal storage //SDStorage unifiedStorage = SDStorage(); // Create an instance for interacting with SD card storage -//USBStorage unifiedStorage = USBStorage() // Create an instance for interacting with USB storage +//USBStorage unifiedStorage = USBStorage(); // Create an instance for interacting with USB storage InternalStorage internalStorage = InternalStorage(); // Create an instance for interacting with internal Flash storage (default) void setup() {