Skip to content

Commit 6a96fc3

Browse files
committed
clean up
1 parent 5666b15 commit 6a96fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hid_composite/hid_composite.ino

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

65-
Serial.println("Adafruit TinyUSB Mass Storage Disk RAM example");
65+
Serial.println("Adafruit TinyUSB HID Composit example");
6666
}
6767

6868
void loop()

examples/msc_ramdisk_dual/msc_ramdisk_dual.ino

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

48-
Serial.println("Adafruit TinyUSB Mass Storage Disk RAM example");
48+
Serial.println("Adafruit TinyUSB Mass Storage Dual Disks RAM example");
4949
}
5050

5151
void loop()

0 commit comments

Comments
 (0)