Skip to content

Commit 3a8c438

Browse files
authored
Merge pull request #549 from adafruit/delay-few-ms-touch1200
a few delay before enter dfu by touch1200
2 parents 6b41c19 + b54bcf3 commit 3a8c438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/nRF5/TinyUSB/Adafruit_TinyUSB_nRF.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ void Adafruit_TinyUSB_Core_init(void)
116116

117117
void Adafruit_TinyUSB_Core_touch1200(void)
118118
{
119+
delay(5); // a few millisecond for USB control status completion
119120
enterSerialDfu();
120121
}
121122

0 commit comments

Comments
 (0)