Skip to content

Commit b7da653

Browse files
committed
rename example to msc_sdcard
1 parent 154fde4 commit b7da653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sdcard_reader/sdcard_reader.ino renamed to examples/msc_sdcard/msc_sdcard.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setup()
5353
Serial.begin(115200);
5454
while ( !Serial ) delay(10); // wait for native usb
5555

56-
Serial.println("Adafruit TinyUSB SD Card Reader example");
56+
Serial.println("Adafruit TinyUSB MSC SD Card example");
5757

5858
Serial.println("\nInitializing SD card...");
5959

0 commit comments

Comments
 (0)