Skip to content

Commit a2dffaa

Browse files
committed
clean up
1 parent a207028 commit a2dffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/msc_ramdisk/msc_ramdisk.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void setup()
1212
usbmsc.begin();
1313

1414
Serial.begin(115200);
15-
while ( !Serial ) delay(10); // for nrf52840 with native usb
15+
while ( !Serial ) delay(10); // wait for native usb
1616

1717
Serial.println("Adafruit TinyUSB Mass Storage Disk RAM example");
1818
}

0 commit comments

Comments
 (0)