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 8bd4ee6 commit dac1eeeCopy full SHA for dac1eee
examples/MassStorage/msc_ramdisk/msc_ramdisk.ino
@@ -63,7 +63,7 @@ void setup() {
63
usb_msc.begin();
64
65
Serial.begin(115200);
66
- while ( !Serial ) delay(10); // wait for native usb
+// while ( !Serial ) delay(10); // wait for native usb
67
68
Serial.println("Adafruit TinyUSB Mass Storage RAM Disk example");
69
}
0 commit comments