Skip to content

Commit

Permalink
WIP don't wait for USB config
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Feb 5, 2023
1 parent 0f3c54e commit 1ea7c1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/arduino/gd32/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void usb_connect()
{
nvic_config();
usbd_connect(&usbd);
while (usbd.cur_status != USBD_CONFIGURED) {}
}

void usb_enable_interrupts()
Expand Down

0 comments on commit 1ea7c1a

Please sign in to comment.