We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5666b15 commit 6a96fc3Copy full SHA for 6a96fc3
examples/hid_composite/hid_composite.ino
@@ -62,7 +62,7 @@ void setup()
62
Serial.begin(115200);
63
while ( !Serial ) delay(10); // wait for native usb
64
65
- Serial.println("Adafruit TinyUSB Mass Storage Disk RAM example");
+ Serial.println("Adafruit TinyUSB HID Composit example");
66
}
67
68
void loop()
examples/msc_ramdisk_dual/msc_ramdisk_dual.ino
@@ -45,7 +45,7 @@ void setup()
45
46
47
48
+ Serial.println("Adafruit TinyUSB Mass Storage Dual Disks RAM example");
49
50
51
0 commit comments