Skip to content

Commit 8036f1e

Browse files
author
Erik Kettenburg
committed
Timing change to disconnect increase compatibility
1 parent 521e936 commit 8036f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/DigisparkUSB/DigiUSB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void DigiUSBDevice::begin() {
7575
uchar i;
7676
i = 0;
7777
while(--i){ /* fake USB disconnect for > 250 ms */
78-
_delay_ms(1);
78+
_delay_ms(10);
7979
}
8080
usbDeviceConnect();
8181

0 commit comments

Comments
 (0)