Skip to content

Commit 93186d8

Browse files
committed
example clean up
1 parent 7b4814f commit 93186d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/MassStorage/msc_external_flash/msc_external_flash.ino

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

68-
Serial.println("Mass Storage SPI Flash example");
68+
Serial.println("Adafruit TinyUSB Mass Storage SPI Flash example");
6969
Serial.print("Page size: "); Serial.println(flash.pageSize());
7070
Serial.print("Page num : "); Serial.println(flash.numPages());
7171
}

examples/MassStorage/msc_ramdisk/msc_ramdisk.ino

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

33-
Serial.println("Mass Storage RAM Disk example");
33+
Serial.println("Adafruit TinyUSB Mass Storage RAM Disk example");
3434
}
3535

3636
void loop()

examples/MassStorage/msc_ramdisk_dual/msc_ramdisk_dual.ino

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

35-
Serial.println("Mass Storage Dual RAM Disks example");
35+
Serial.println("Adafruit TinyUSB Mass Storage Dual RAM Disks example");
3636
}
3737

3838
void loop()

examples/MassStorage/msc_sdcard/msc_sdcard.ino

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

35-
Serial.println("Mass Storage SD Card example");
35+
Serial.println("Adafruit TinyUSB Mass Storage SD Card example");
3636

3737
Serial.println("\nInitializing SD card...");
3838

0 commit comments

Comments
 (0)