CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
89 stars 33 forks source link

Fix initialization ordering #70

Closed bjc closed 2 years ago

bjc commented 2 years ago

Makes sure usbd is initialized before use by shunting access to it through USBCore.

maxgerhardt commented 2 years ago

Looks like a sensible change to me, thanks!