Skip to content

Commit 806f46b

Browse files
authored
Add missing semicolon
1 parent c0efccd commit 806f46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void printFolderContents(Folder dir, int indentation = 0) {
5050

5151
// Uncomment one of the three lines below to select between SD card, USB or internal storage
5252
//SDStorage unifiedStorage = SDStorage(); // Create an instance for interacting with SD card storage
53-
//USBStorage unifiedStorage = USBStorage() // Create an instance for interacting with USB storage
53+
//USBStorage unifiedStorage = USBStorage(); // Create an instance for interacting with USB storage
5454
InternalStorage internalStorage = InternalStorage(); // Create an instance for interacting with internal Flash storage (default)
5555

5656
void setup() {

0 commit comments

Comments
 (0)