Skip to content

Commit 6d2cd34

Browse files
committed
WIP don't wait for USB config
1 parent 38289e7 commit 6d2cd34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/gd32/usb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void usb_connect()
6161
{
6262
nvic_config();
6363
usbd_connect(&usbd);
64-
while (usbd.cur_status != USBD_CONFIGURED) {}
6564
}
6665

6766
void usb_enable_interrupts()

0 commit comments

Comments
 (0)