Skip to content

Commit d308130

Browse files
committed
revert a example
1 parent 1d750a0 commit d308130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WebUSB/webusb_serial/webusb_serial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void setup()
5454
Serial.begin(115200);
5555

5656
// wait until device mounted
57-
//while( !TinyUSBDevice.mounted() ) delay(1);
57+
while( !TinyUSBDevice.mounted() ) delay(1);
5858

5959
Serial.println("TinyUSB WebUSB Serial example");
6060
}

0 commit comments

Comments
 (0)